Class PScopeEntryPoint

java.lang.Object
com.portal.app.comp.PScopeEntryPoint
All Implemented Interfaces:
Serializable

public class PScopeEntryPoint extends Object implements 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 Details

    • PScopeEntryPoint

      public PScopeEntryPoint(PModelHandle accountPoid)
      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

      public PModelHandle getAccountPoid()
      Returns Account Poid
    • getGroupPoid

      public PModelHandle getGroupPoid()
      Returns GroupPoid
    • getAclPoid

      public PModelHandle getAclPoid()
      Returns ACL Poid
    • getName

      public String getName()
      Returns Scope Entry name
    • setName

      public void setName(String name)
      Set the Scope Entry name
    • toString

      public String toString()
      String display format for this object
      Overrides:
      toString in class Object
    • setGroupPoid

      public void setGroupPoid(PModelHandle groupPoid)
      Set Group Poid for the brand
    • setAclPoid

      public void setAclPoid(PModelHandle aclPoid)
      Set ACL Poid for the brand
    • equals

      public boolean equals(PScopeEntryPoint obj)
      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