Class ModelOperation
- java.lang.Object
-
- org.apache.archiva.redback.role.model.ModelOperation
-
- All Implemented Interfaces:
Serializable
public class ModelOperation extends Object implements Serializable
Class ModelOperation.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Method equals.StringgetDescription()Get the description field.StringgetId()Get the id field.StringgetName()Get the name field.inthashCode()Method hashCode.booleanisPermanent()Get this operation should persist even if all referring permissions are removed.voidsetDescription(String description)Set the description field.voidsetId(String id)Set the id field.voidsetName(String name)Set the name field.voidsetPermanent(boolean permanent)Set this operation should persist even if all referring permissions are removed.StringtoString()Method toString.
-
-
-
Constructor Detail
-
ModelOperation
public ModelOperation()
-
-
Method Detail
-
getDescription
public String getDescription()
Get the description field.- Returns:
- String
-
isPermanent
public boolean isPermanent()
Get this operation should persist even if all referring permissions are removed.- Returns:
- boolean
-
setDescription
public void setDescription(String description)
Set the description field.- Parameters:
description-
-
setPermanent
public void setPermanent(boolean permanent)
Set this operation should persist even if all referring permissions are removed.- Parameters:
permanent-
-
-