|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.webservices.WsGroupResult
public class WsGroupResult
Result for finding a group
Constructor Summary | |
---|---|
WsGroupResult()
no arg constructor |
|
WsGroupResult(edu.internet2.middleware.grouper.Group group)
construct based on group, assign all fields |
Method Summary | |
---|---|
String |
getCreateSource()
Get (optional and questionable) create source for this group. |
String |
getCreateSubjectId()
id of the subject that created this group |
String |
getCreateTime()
create time in format: yyyy/mm/dd hh24:mi:ss.SSS |
String |
getDescription()
friendly description of this group |
String |
getDisplayExtension()
friendly extension of this group |
String |
getDisplayName()
friendly extensions of group and parent stems |
String |
getExtension()
system name of this group (not including parent stems) |
String |
getIsComposite()
if composite "T", else "F". |
String |
getModifySource()
Get (optional and questionable) modify source for this group. |
String |
getModifySubjectId()
Get subject that last modified this group. |
String |
getModifyTime()
Get last modified time for this group. |
String |
getName()
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group |
String |
getParentStemName()
Full name of the parent stem including parent stems |
String |
getParentStemUuid()
uuid of the parent stem |
String |
getUuid()
universally unique identifier of this group |
void |
setCreateSource(String createSource1)
Get (optional and questionable) create source for this group. |
void |
setCreateSubjectId(String createSubjectId1)
id of the subject that created this group |
void |
setCreateTime(String createTime1)
create time in format: yyyy/mm/dd hh24:mi:ss.SSS |
void |
setDescription(String description1)
friendly description of this group |
void |
setDisplayExtension(String displayExtension1)
friendly extension of this group |
void |
setDisplayName(String displayName1)
friendly extensions of group and parent stems |
void |
setExtension(String extension1)
|
void |
setIsComposite(String isComposite1)
if composite "T", else "F". |
void |
setModifySource(String modifySource1)
Get (optional and questionable) modify source for this group. |
void |
setModifySubjectId(String modifySubjectId1)
Get subject that last modified this group. |
void |
setModifyTime(String modifyTime1)
Get last modified time for this group. |
void |
setName(String name1)
Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group |
void |
setParentStemName(String parentStemName1)
Full name of the parent stem including parent stems |
void |
setParentStemUuid(String parentStemUuid1)
uuid of the parent stem |
void |
setUuid(String uuid1)
universally unique identifier of this group |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGroupResult()
public WsGroupResult(edu.internet2.middleware.grouper.Group group)
group
- Method Detail |
---|
public String getCreateSource()
public void setCreateSource(String createSource1)
createSource1
- the createSource to setpublic String getCreateSubjectId()
public void setCreateSubjectId(String createSubjectId1)
createSubjectId1
- the createSubjectId to setpublic String getCreateTime()
public void setCreateTime(String createTime1)
createTime1
- the createTime to setpublic String getIsComposite()
public void setIsComposite(String isComposite1)
isComposite1
- the isComposite to setpublic String getDescription()
public void setDescription(String description1)
description1
- the description to setpublic String getDisplayExtension()
public void setDisplayExtension(String displayExtension1)
displayExtension1
- the displayExtension to setpublic String getDisplayName()
public void setDisplayName(String displayName1)
displayName1
- the displayName to setpublic String getExtension()
public void setExtension(String extension1)
extension1
- the extension to setpublic String getModifySource()
public void setModifySource(String modifySource1)
modifySource1
- the modifySource to setpublic String getModifySubjectId()
public void setModifySubjectId(String modifySubjectId1)
modifySubjectId1
- the modifySubjectId to setpublic String getModifyTime()
public void setModifyTime(String modifyTime1)
modifyTime1
- the modifyTime to setpublic String getName()
public void setName(String name1)
name1
- the name to setpublic String getParentStemName()
public void setParentStemName(String parentStemName1)
parentStemName1
- the parentStemName to setpublic String getParentStemUuid()
public void setParentStemUuid(String parentStemUuid1)
parentStemUuid1
- the parentStemUuid to setpublic String getUuid()
public void setUuid(String uuid1)
uuid1
- the uuid to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |