public class BaseNameSpaceTO extends Object implements Serializable, Comparable<BaseNameSpaceTO>
Constructor and Description |
---|
BaseNameSpaceTO() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BaseNameSpaceTO that) |
boolean |
equals(Object that) |
boolean |
equivalent(BaseNameSpaceTO other)
Verify that this object is equivalent to the object given as
argument, that is, it's full name is the same except for the
version.
|
String |
getFullName() |
static String |
getFullName(String namePrefix,
String nameSufix) |
String |
getNamePrefix()
Recupera o
|
String |
getNameSufix()
Recupera o
|
String |
getVersion()
The version of the item.
|
boolean |
hasFullName() |
int |
hashCode() |
void |
setNamePrefix(String nameSpace)
Configura o
|
void |
setNameSufix(String name)
Configura o
|
void |
setVersion(String version)
The version of the item.
|
public String getNameSufix()
public void setNameSufix(String name)
name
- public String getNamePrefix()
public void setNamePrefix(String nameSpace)
nameSpace
- public String getFullName()
public boolean hasFullName()
public void setVersion(String version)
version
- The version of the item.public String getVersion()
public int compareTo(BaseNameSpaceTO that)
compareTo
in interface Comparable<BaseNameSpaceTO>
public boolean equivalent(BaseNameSpaceTO other)
other
- Copyright © 2014. All Rights Reserved.