public class WsAttributeDefName
extends java.lang.Object
Constructor and Description |
---|
WsAttributeDefName() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeDefId()
id of the attribute definition
|
java.lang.String |
getAttributeDefName()
name of the attribute definition
|
java.lang.String |
getDescription()
friendly description of this attributeDefName
|
java.lang.String |
getDisplayExtension()
display extension, the part to the right of the last colon in display name
|
java.lang.String |
getDisplayName()
friendly extensions of attributeDefName and parent stems
|
java.lang.String |
getExtension()
extension of attributeDefName, the part to the right of last colon in name
|
java.lang.String |
getIdIndex()
integer ID for object
|
java.lang.String |
getName()
Full name of the attributeDefName (all extensions of parent stems, separated by colons,
and the extention of this attributeDefName
|
java.lang.String |
getUuid()
universally unique identifier of this attributeDefName
|
void |
setAttributeDefId(java.lang.String attributeDefId1)
id of the attribute definition
|
void |
setAttributeDefName(java.lang.String attributeDefName1)
name of the attribute definition
|
void |
setDescription(java.lang.String description1)
friendly description of this attributeDefName
|
void |
setDisplayExtension(java.lang.String displayExtension1)
display extension, the part to the right of the last colon in display name
|
void |
setDisplayName(java.lang.String displayName1)
friendly extensions of attributeDefName and parent stems
|
void |
setExtension(java.lang.String extension1)
extension of attributeDefName, the part to the right of last colon in name
|
void |
setIdIndex(java.lang.String idIndex1)
integer ID for object
|
void |
setName(java.lang.String name1)
Full name of the attributeDefName (all extensions of parent stems, separated by colons,
and the extention of this attributeDefName
|
void |
setUuid(java.lang.String uuid1)
universally unique identifier of this attributeDefName
|
public java.lang.String getIdIndex()
public void setIdIndex(java.lang.String idIndex1)
idIndex1
- public java.lang.String getAttributeDefName()
public void setAttributeDefName(java.lang.String attributeDefName1)
attributeDefName1
- public java.lang.String getAttributeDefId()
public void setAttributeDefId(java.lang.String attributeDefId1)
attributeDefId1
- public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getName()
public java.lang.String getUuid()
public void setDescription(java.lang.String description1)
description1
- the description to setpublic void setDisplayName(java.lang.String displayName1)
displayName1
- the displayName to setpublic void setName(java.lang.String name1)
name1
- the name to setpublic void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic java.lang.String getExtension()
public void setExtension(java.lang.String extension1)
extension1
- the extension to setpublic java.lang.String getDisplayExtension()
public void setDisplayExtension(java.lang.String displayExtension1)
displayExtension1
- the displayExtension to set