|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsAttributeDefName
public class WsAttributeDefName
Result of one attribute def name being retrieved. The number of attribute def names will equal the number of attribute def names related to the result
| Constructor Summary | |
|---|---|
WsAttributeDefName()
|
|
| Method Summary | |
|---|---|
String |
getAttributeDefId()
id of the attribute definition |
String |
getAttributeDefName()
name of the attribute definition |
String |
getDescription()
friendly description of this attributeDefName |
String |
getDisplayExtension()
display extension, the part to the right of the last colon in display name |
String |
getDisplayName()
friendly extensions of attributeDefName and parent stems |
String |
getExtension()
extension of attributeDefName, the part to the right of last colon in name |
String |
getName()
Full name of the attributeDefName (all extensions of parent stems, separated by colons, and the extention of this attributeDefName |
String |
getUuid()
universally unique identifier of this attributeDefName |
void |
setAttributeDefId(String attributeDefId1)
id of the attribute definition |
void |
setAttributeDefName(String attributeDefName1)
name of the attribute definition |
void |
setDescription(String description1)
friendly description of this attributeDefName |
void |
setDisplayExtension(String displayExtension1)
display extension, the part to the right of the last colon in display name |
void |
setDisplayName(String displayName1)
friendly extensions of attributeDefName and parent stems |
void |
setExtension(String extension1)
extension of attributeDefName, the part to the right of last colon in name |
void |
setName(String name1)
Full name of the attributeDefName (all extensions of parent stems, separated by colons, and the extention of this attributeDefName |
void |
setUuid(String uuid1)
universally unique identifier of this attributeDefName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsAttributeDefName()
| Method Detail |
|---|
public String getAttributeDefName()
public void setAttributeDefName(String attributeDefName1)
attributeDefName1 - public String getAttributeDefId()
public void setAttributeDefId(String attributeDefId1)
attributeDefId1 - public String getDescription()
public String getDisplayName()
public String getName()
public String getUuid()
public void setDescription(String description1)
description1 - the description to setpublic void setDisplayName(String displayName1)
displayName1 - the displayName to setpublic void setName(String name1)
name1 - the name to setpublic void setUuid(String uuid1)
uuid1 - the uuid to setpublic String getExtension()
public void setExtension(String extension1)
extension1 - the extension to setpublic String getDisplayExtension()
public void setDisplayExtension(String displayExtension1)
displayExtension1 - the displayExtension to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||