public class PScopeEntryPoint extends Object implements Serializable
Constructor and Description |
---|
PScopeEntryPoint(PModelHandle accountPoid)
Public constructor that takes just an accountPoid
|
PScopeEntryPoint(PModelHandle accountPoid,
PModelHandle aclPoid,
PModelHandle groupPoid,
String brandName,
boolean isBrand)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(PScopeEntryPoint obj)
Compares the PScopeEntryPoint with another PScopeEntryPoint to determine if
they refer to the same storable class instance.
|
PModelHandle |
getAccountPoid()
Returns Account Poid
|
PModelHandle |
getAclPoid()
Returns ACL Poid
|
PModelHandle |
getGroupPoid()
Returns GroupPoid
|
String |
getName()
Returns Scope Entry name
|
boolean |
isBrandAccount()
Return if this is a Brand Account
|
void |
setAclPoid(PModelHandle aclPoid)
Set ACL Poid for the brand
|
void |
setGroupPoid(PModelHandle groupPoid)
Set Group Poid for the brand
|
void |
setName(String name)
Set the Scope Entry name
|
String |
toString()
String display format for this object
|
public PScopeEntryPoint(PModelHandle accountPoid)
public PScopeEntryPoint(PModelHandle accountPoid, PModelHandle aclPoid, PModelHandle groupPoid, String brandName, boolean isBrand)
public PModelHandle getAccountPoid()
public PModelHandle getGroupPoid()
public PModelHandle getAclPoid()
public String getName()
public void setName(String name)
public String toString()
public void setGroupPoid(PModelHandle groupPoid)
public void setAclPoid(PModelHandle aclPoid)
public boolean equals(PScopeEntryPoint obj)
that
- The other instance being compared to.true
if the two PScopeEntryPoints refer to the same
storable class.public boolean isBrandAccount()
Copyright © 2003, 2023, Oracle and/or its affiliates.