|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.infoobject.InfoObject
com.businessobjects.enterprise.profile.Profile
Provides methods that allow you to access the targets, principals, and publications of this profile.
| Constructor Summary | |
Profile()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
ProfilePrincipals |
getPrincipals()
Returns the collection of principal IDs that use this profile. |
ProfileTargets |
getProfileTargets()
Returns the collection of profile targets. |
ProfilePublications |
getPublications()
Returns the collection of publication IDs that use this profile. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
int |
hashCode()
Internal Use Only. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setPrincipals(ProfilePrincipals principals)
Sets the collection of principal IDs that use this profile. |
void |
setProfileTargets(ProfileTargets profileTargets)
Sets the collection of profile targets. |
void |
setPublications(ProfilePublications publications)
Sets the collection of publication IDs that use this profile. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Profile()
| Method Detail |
public CustomProperties getCustomProperties()
Returns the custom properties.
public void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.public ProfilePublications getPublications()
Returns the collection of publication IDs that use this profile.
public void setPublications(ProfilePublications publications)
Sets the collection of publication IDs that use this profile.
publications - The collection of publication IDs that use this profile.public ProfileTargets getProfileTargets()
Returns the collection of profile targets.
public void setProfileTargets(ProfileTargets profileTargets)
Sets the collection of profile targets.
profileTargets - The collection of profile targets.public ProfilePrincipals getPrincipals()
Returns the collection of principal IDs that use this profile.
public void setPrincipals(ProfilePrincipals principals)
Sets the collection of principal IDs that use this profile.
principals - The collection of principal IDs that use this profile.public boolean equals(java.lang.Object obj)
equals in class InfoObjectpublic int hashCode()
hashCode in class InfoObjectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||