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 actionsString
getAuthor()
Gets value for attribute authorDate
getDate()
Gets value for attribute dateString
getPolicyName()
Gets value for attribute policyNameString
getRuleName()
Gets value for attribute ruleNamevoid
setActions(List<PamActionType> actions)
Sets value for attribute actionsvoid
setAuthor(String author)
Sets value for attribute authorvoid
setDate(Date date)
Sets value for attribute datevoid
setPolicyName(String policyName)
Sets value for attribute policyNamevoid
setRuleName(String ruleName)
Sets value for attribute ruleNameString
toString()
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
-
-