|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.creditsInformation.OrganizationName
public class OrganizationName
Represents a TV-Anytime Character object. Extends PersonName by changing XML and string representation.
Constructor Summary | |
---|---|
OrganizationName()
Constructor. |
|
OrganizationName(java.lang.String organizationName)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.String |
getOrganizationName()
Get name of organization. |
void |
setOrganizationName(java.lang.String organizationName)
Set name of organization. |
java.lang.String |
toString()
toString - returns a String representation of this object with the specified number of tab indentations |
java.lang.String |
toString(int indent)
toString - returns a String representation of this object with the specified number of tab indentations |
java.lang.String |
toXML()
Returns a XML representation of this object with the specified number of tab indentations |
java.lang.String |
toXML(int indent)
Returns a XML representation of this object with the specified number of tab indentations |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OrganizationName()
public OrganizationName(java.lang.String organizationName)
organizationName
- Given name of person.Method Detail |
---|
public void setOrganizationName(java.lang.String organizationName)
organizationName
- Name of organization.public java.lang.String getOrganizationName()
public java.lang.String toXML(int indent)
public java.lang.String toXML()
public java.lang.String toString(int indent)
public java.lang.String toString()
toString
in class java.lang.Object
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 |