|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.soap.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()
no arg constructor |
|
WsAttributeDefName(AttributeDefName theAttributeDefName,
WsAttributeDefNameLookup wsAttributeDefNameLookup)
construct based on attribute def name, assign all fields |
Method Summary | |
---|---|
int |
compareTo(WsAttributeDefName o2)
|
static WsAttributeDefName[] |
convertAttributeDefNames(Set<AttributeDefName> attributeDefNameSet)
convert a set of attribute def names to results |
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 |
String |
toString()
make sure this is an explicit toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsAttributeDefName()
public WsAttributeDefName(AttributeDefName theAttributeDefName, WsAttributeDefNameLookup wsAttributeDefNameLookup)
theAttributeDefName
- wsAttributeDefNameLookup
- is the lookup to set looked up valuesMethod Detail |
---|
public String toString()
toString
in class Object
public static WsAttributeDefName[] convertAttributeDefNames(Set<AttributeDefName> attributeDefNameSet)
attributeDefNameSet
-
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 setpublic int compareTo(WsAttributeDefName o2)
compareTo
in interface Comparable<WsAttributeDefName>
Comparable.compareTo(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |