Package com.soffid.iam.api
Class IssuePolicy
- java.lang.Object
-
- com.soffid.iam.api.IssuePolicy
-
- All Implemented Interfaces:
Serializable
public class IssuePolicy extends Object implements Serializable
ValueObject IssuePolicy- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IssuePolicy()
IssuePolicy(IssuePolicy otherBean)
IssuePolicy(Long id, String type)
IssuePolicy(Long id, String type, String description, String actor, IssuePolicyStatus status, List<IssuePolicyAction> actions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IssuePolicyAction>
getActions()
Gets value for attribute actionsString
getActor()
Gets value for attribute actorString
getDescription()
Gets value for attribute descriptionLong
getId()
Gets value for attribute idIssuePolicyStatus
getStatus()
Gets value for attribute statusString
getType()
Gets value for attribute typevoid
setActions(List<IssuePolicyAction> actions)
Sets value for attribute actionsvoid
setActor(String actor)
Sets value for attribute actorvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setId(Long id)
Sets value for attribute idvoid
setStatus(IssuePolicyStatus status)
Sets value for attribute statusvoid
setType(String type)
Sets value for attribute typeString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
IssuePolicy
public IssuePolicy()
-
IssuePolicy
public IssuePolicy(Long id, String type, String description, String actor, IssuePolicyStatus status, List<IssuePolicyAction> actions)
-
IssuePolicy
public IssuePolicy(IssuePolicy otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getType
public String getType()
Gets value for attribute type
-
setType
public void setType(String type)
Sets value for attribute type
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getActor
public String getActor()
Gets value for attribute actor
-
setActor
public void setActor(String actor)
Sets value for attribute actor
-
getStatus
public IssuePolicyStatus getStatus()
Gets value for attribute status
-
setStatus
public void setStatus(IssuePolicyStatus status)
Sets value for attribute status
-
getActions
public List<IssuePolicyAction> getActions()
Gets value for attribute actions
-
setActions
public void setActions(List<IssuePolicyAction> actions)
Sets value for attribute actions
-
-