|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.groupInformation.GroupInformation
public class GroupInformation
GroupInformation: Represents a TV-Anytime GroupInformation object
| Field Summary | |
|---|---|
static java.lang.String[] |
groupTypeStrings
Strings for group types. |
static int |
MAGAZINE
|
static int |
OTHER_CHOICE
|
static int |
OTHER_COLLECTION
|
static int |
PROGRAM_COMPILATION
|
static int |
PROGRAM_CONCEPT
|
static int |
SERIES
Valid group types. |
static int |
SHOW
|
| Constructor Summary | |
|---|---|
GroupInformation()
Constructor for objects of class GroupInformation |
|
GroupInformation(ContentReference groupId,
BasicDescription basicDescription,
int groupType)
Constructor for objects of class GroupInformation |
|
| Method Summary | |
|---|---|
void |
addMemberOf(MemberOf memberOf)
addMemberOf - adds a MemberOf object to the GroupInformation object |
java.lang.Object |
clone()
Clones itself. |
BasicDescription |
getBasicDescription()
getBasicDescription - gets the BasicDesciption object for this GroupInformation object |
ContentReference |
getGroupId()
getGroupId - gets the groupId (a ContentReference object) for this GroupInformation object |
int |
getGroupType()
getGroupType - gets the group type for this GroupInformation object |
MemberOf |
getMemberOf(int index)
getMemberOf - gets the MemberOf object at the specified index |
int |
getNumMemberOfs()
getNumMemberOfs - gets the number of MemberOf objects belonging to this GroupInformation object |
java.lang.Boolean |
isOrdered()
isOrdered - gets the ordered variable(a Boolean object) for this GroupInformation object |
void |
removeAll()
removeAll - removes all MemberOf objects |
void |
removeMemberOf(int index)
removeMemberOf - Removes a MemberOf object from the GroupInformation object |
void |
setBasicDescription(BasicDescription basicDescription)
setBasicDescription - sets the BasicDescription object for this GroupInformation object |
void |
setGroupId(ContentReference groupId)
setGroupId - sets the groupId for this GroupInformation object |
void |
setGroupType(int groupType)
setGroupType - sets the group type for this GroupInformation object |
void |
setOrdered(java.lang.Boolean ordered)
setOrdered - sets the ordered variable to true, false or undefined for this GroupInformation object |
java.lang.String |
toString()
toString - returns a String representation of this GroupInformation object |
java.lang.String |
toString(int indent)
toString - returns a String representation of this GroupInformation object with the specified number of tab indentations |
java.lang.String |
toXML()
Returns XML representation of this table. |
java.lang.String |
toXML(int indent)
Returns XML representation of this table. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SERIES
public static final int SHOW
public static final int PROGRAM_CONCEPT
public static final int PROGRAM_COMPILATION
public static final int OTHER_COLLECTION
public static final int MAGAZINE
public static final int OTHER_CHOICE
public static final java.lang.String[] groupTypeStrings
| Constructor Detail |
|---|
public GroupInformation()
public GroupInformation(ContentReference groupId,
BasicDescription basicDescription,
int groupType)
throws TVAnytimeException
groupId - groupId for this objectbasicDescription - the BasicDescription object for this GroupInformation objectgroupType - the group type GroupInformation object
TVAnytimeException| Method Detail |
|---|
public BasicDescription getBasicDescription()
public ContentReference getGroupId()
public int getGroupType()
public java.lang.Boolean isOrdered()
public void setBasicDescription(BasicDescription basicDescription)
basicDescription - the BasicDescription objectpublic void setGroupId(ContentReference groupId)
groupId - the groupId(a ContentReference object)
public void setGroupType(int groupType)
throws TVAnytimeException
groupType - the group type
TVAnytimeExceptionpublic void setOrdered(java.lang.Boolean ordered)
ordered - the ordered variable(a Boolean object)public int getNumMemberOfs()
public MemberOf getMemberOf(int index)
index - the index of the required MemberOf object
public void addMemberOf(MemberOf memberOf)
memberOf - the MemberOf objectpublic void removeMemberOf(int index)
index - The index of the object to remove.public void removeAll()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent)
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent - Number of tabs with which to indent the string.
public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||