|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsStem
public class WsStem
Result for finding a stem
Constructor Summary | |
---|---|
WsStem()
no arg constructor |
Method Summary | |
---|---|
String |
getDescription()
friendly description of this stem |
String |
getDisplayExtension()
|
String |
getDisplayName()
friendly extensions of stem and parent stems |
String |
getExtension()
|
String |
getName()
Full name of the stem (all extensions of parent stems, separated by colons, and the extention of this stem |
String |
getUuid()
universally unique identifier of this stem |
void |
setDescription(String description1)
friendly description of this stem |
void |
setDisplayExtension(String displayExtension1)
|
void |
setDisplayName(String displayName1)
friendly extensions of stem and parent stems |
void |
setExtension(String extension1)
|
void |
setName(String name1)
Full name of the stem (all extensions of parent stems, separated by colons, and the extention of this stem |
void |
setUuid(String uuid1)
universally unique identifier of this stem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsStem()
Method Detail |
---|
public String getDescription()
public void setDescription(String description1)
description1
- the description to setpublic String getDisplayName()
public void setDisplayName(String displayName1)
displayName1
- the displayName to setpublic String getName()
public void setName(String name1)
name1
- the name to setpublic String getUuid()
public 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 |