| java.lang.Object com.sun.portal.community.mc.CMCPrincipal
Constructor Summary | |
public | CMCPrincipal(String type, String name) Construct a new community principal based on the given type and name. | public | CMCPrincipal(String communityPrincipalString) Construct a new community principal based on the given string
representation of the community. |
CMCPrincipal | public CMCPrincipal(String type, String name)(Code) | | Construct a new community principal based on the given type and name.
|
CMCPrincipal | public CMCPrincipal(String communityPrincipalString)(Code) | | Construct a new community principal based on the given string
representation of the community.
Parameters: communityPrincipalString - A String representation of a community principal.This string must be obtained from the toString() method of this class. See Also: CMCPrincipal.toString() |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Return the string representation of this community principal.
The string return value of this operation can be used to re-construct the
equivalent CommunityPrincipal
object via the single-string argument
constructor.
|
|
|