org.ocopomo.contentrepositoryclient.publish.json
Class Permissions

java.lang.Object
  extended by org.ocopomo.contentrepositoryclient.publish.json.Permissions

public class Permissions
extends java.lang.Object


Constructor Summary
Permissions()
           
 
Method Summary
 boolean isCreate()
           
 boolean isDelete()
           
 boolean isEdit()
           
 void setCreate(boolean create)
           
 void setDelete(boolean delete)
           
 void setEdit(boolean edit)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Permissions

public Permissions()
Method Detail

isCreate

public boolean isCreate()

setCreate

public void setCreate(boolean create)

isEdit

public boolean isEdit()

setEdit

public void setEdit(boolean edit)

isDelete

public boolean isDelete()

setDelete

public void setDelete(boolean delete)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object