Class ScriptConstraintValue
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.caveat.ScriptConstraintValue
-
- All Implemented Interfaces:
Serializable
public class ScriptConstraintValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptConstraintValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScriptAuthority>
getAuthorities()
String
getValueName()
String
getValueTitle()
void
setAuthorities(List<ScriptAuthority> values)
void
setValueName(String authorityName)
void
setValueTitle(String authorityName)
-
-
-
Method Detail
-
setAuthorities
public void setAuthorities(List<ScriptAuthority> values)
-
getAuthorities
public List<ScriptAuthority> getAuthorities()
-
setValueName
public void setValueName(String authorityName)
-
getValueName
public String getValueName()
-
setValueTitle
public void setValueTitle(String authorityName)
-
getValueTitle
public String getValueTitle()
-
-