|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsGroupDetail
public class WsGroupDetail
Result for finding a group
Constructor Summary | |
---|---|
WsGroupDetail()
no arg constructor |
Method Summary | |
---|---|
String[] |
getAttributeNames()
attribute names, not including the ones listed in the group result or detail |
String[] |
getAttributeValues()
attribute names, not including the ones listed in the group result or detail |
String |
getCompositeType()
should be UNION, COMPLEMENT, INTERSECTION |
String |
getCreateSubjectId()
id of the subject that created this group |
String |
getCreateTime()
create time in format: yyyy/mm/dd hh24:mi:ss.SSS |
String |
getHasComposite()
if this group has a composite member, T|F |
String |
getIsCompositeFactor()
if a composite member of another group "T", else "F". |
WsGroup |
getLeftGroup()
left group if composite (note, detail will never be there) |
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. |
WsParam[] |
getParams()
|
WsGroup |
getRightGroup()
left group if composite (note, detail will never be there) |
String[] |
getTypeNames()
types of this gruop |
void |
setAttributeNames(String[] attributeNames1)
attribute names, not including the ones listed in the group result or detail |
void |
setAttributeValues(String[] attributeValues1)
attribute names, not including the ones listed in the group result or detail |
void |
setCompositeType(String compositeType1)
should be UNION, COMPLEMENT, INTERSECTION |
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 |
setHasComposite(String hasComposite1)
if this group has a composite member, T|F |
void |
setIsCompositeFactor(String isComposite1)
if composite "T", else "F". |
void |
setLeftGroup(WsGroup leftGroup1)
left group if composite (note, detail will never be there) |
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 |
setParams(WsParam[] params1)
|
void |
setRightGroup(WsGroup rightGroup1)
left group if composite (note, detail will never be there) |
void |
setTypeNames(String[] typeNames1)
types of this group |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGroupDetail()
Method Detail |
---|
public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
- the params to setpublic String getCompositeType()
public void setCompositeType(String compositeType1)
compositeType1
- public String[] getTypeNames()
public void setTypeNames(String[] typeNames1)
typeNames1
- the typeNames to setpublic String[] getAttributeNames()
public void setAttributeNames(String[] attributeNames1)
attributeNames1
- the attributeNames to setpublic String[] getAttributeValues()
public void setAttributeValues(String[] attributeValues1)
attributeValues1
- the attributeValues 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 getIsCompositeFactor()
public void setIsCompositeFactor(String isComposite1)
isComposite1
- the isCompositeFactor 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 getHasComposite()
public void setHasComposite(String hasComposite1)
hasComposite1
- the hasComposite to setpublic WsGroup getLeftGroup()
public void setLeftGroup(WsGroup leftGroup1)
leftGroup1
- the leftGroup to setpublic WsGroup getRightGroup()
public void setRightGroup(WsGroup rightGroup1)
rightGroup1
- the rightGroup to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |