Package com.portal.app.comp
Class PScopeEntryPoint
java.lang.Object
com.portal.app.comp.PScopeEntryPoint
- All Implemented Interfaces:
Serializable
This provides with brand info such as the group Poid, ACL poid for the brand and brand name.
- Version:
- %version: 6 % %date_modified: Fri May 10 11:06:10 2002 %
- Author:
- raghuv
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPScopeEntryPoint
(PModelHandle accountPoid) Public constructor that takes just an accountPoidPScopeEntryPoint
(PModelHandle accountPoid, PModelHandle aclPoid, PModelHandle groupPoid, String brandName, boolean isBrand) Public constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(PScopeEntryPoint obj) Compares the PScopeEntryPoint with another PScopeEntryPoint to determine if they refer to the same storable class instance.Returns Account PoidReturns ACL PoidReturns GroupPoidgetName()
Returns Scope Entry nameboolean
Return if this is a Brand Accountvoid
setAclPoid
(PModelHandle aclPoid) Set ACL Poid for the brandvoid
setGroupPoid
(PModelHandle groupPoid) Set Group Poid for the brandvoid
Set the Scope Entry nametoString()
String display format for this object
-
Constructor Details
-
PScopeEntryPoint
Public constructor that takes just an accountPoid -
PScopeEntryPoint
public PScopeEntryPoint(PModelHandle accountPoid, PModelHandle aclPoid, PModelHandle groupPoid, String brandName, boolean isBrand) Public constructor.
-
-
Method Details
-
getAccountPoid
Returns Account Poid -
getGroupPoid
Returns GroupPoid -
getAclPoid
Returns ACL Poid -
getName
Returns Scope Entry name -
setName
Set the Scope Entry name -
toString
String display format for this object -
setGroupPoid
Set Group Poid for the brand -
setAclPoid
Set ACL Poid for the brand -
equals
Compares the PScopeEntryPoint with another PScopeEntryPoint to determine if they refer to the same storable class instance. (logicaly equivalent)- Parameters:
that
- The other instance being compared to.- Returns:
true
if the two PScopeEntryPoints refer to the same storable class.
-
isBrandAccount
public boolean isBrandAccount()Return if this is a Brand Account
-