Package com.soffid.iam.api
Class PamAction
- java.lang.Object
-
- com.soffid.iam.api.PamAction
-
- All Implemented Interfaces:
Serializable
public class PamAction extends Object implements Serializable
ValueObject PamAction- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PamActionType>getActions()Gets value for attribute actionsStringgetAuthor()Gets value for attribute authorDategetDate()Gets value for attribute dateStringgetPolicyName()Gets value for attribute policyNameStringgetRuleName()Gets value for attribute ruleNamevoidsetActions(List<PamActionType> actions)Sets value for attribute actionsvoidsetAuthor(String author)Sets value for attribute authorvoidsetDate(Date date)Sets value for attribute datevoidsetPolicyName(String policyName)Sets value for attribute policyNamevoidsetRuleName(String ruleName)Sets value for attribute ruleNameStringtoString()Returns a string representation of the value object.
-
-
-
Method Detail
-
getPolicyName
public String getPolicyName()
Gets value for attribute policyName
-
setPolicyName
public void setPolicyName(String policyName)
Sets value for attribute policyName
-
getRuleName
public String getRuleName()
Gets value for attribute ruleName
-
setRuleName
public void setRuleName(String ruleName)
Sets value for attribute ruleName
-
getActions
public List<PamActionType> getActions()
Gets value for attribute actions
-
setActions
public void setActions(List<PamActionType> actions)
Sets value for attribute actions
-
getAuthor
public String getAuthor()
Gets value for attribute author
-
setAuthor
public void setAuthor(String author)
Sets value for attribute author
-
getDate
public Date getDate()
Gets value for attribute date
-
setDate
public void setDate(Date date)
Sets value for attribute date
-
-