|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.dataintegration.ims.data.Membership
public class Membership
Contains information about the owning Group of a Membership in IMS Enterprise 1.1 XML.
NOTE: This class is included in the Public API for use by Data Integration custom field mapping scripts. It should not be used by any Building Blocks.
| Constructor Summary | |
|---|---|
Membership()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Get the comments about the full Membership structure. |
IMSGroup |
getGroup()
Get the Group that owns this Membership NOTE: in order for this to return data, the owning Group must have already been processed. |
SourcedId |
getSourcedid()
Get the sourcedId of the owning Group of this Membership. |
void |
setComments(java.lang.String comments)
Set the comments about the full Membership structure. |
void |
setSourcedid(SourcedId sourcedid)
Set the sourcedId of the owning Group of this Membership. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Membership()
| Method Detail |
|---|
public java.lang.String getComments()
public IMSGroup getGroup()
NOTE: in order for this to return data, the owning Group must have already been processed.
public SourcedId getSourcedid()
public void setComments(java.lang.String comments)
comments - The comments about the full Membership structure.public void setSourcedid(SourcedId sourcedid)
sourcedid - The sourcedId of the owning Group.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||