arta.synergy.web.common.client.data.bp.registries
Class RegistryRights

java.lang.Object
  extended by arta.synergy.web.common.client.data.bp.registries.RegistryRights
All Implemented Interfaces:
java.io.Serializable

public class RegistryRights
extends java.lang.Object
implements java.io.Serializable

Created by val Date: 23.05.2013 Time: 11:23

See Also:
Serialized Form

Constructor Summary
RegistryRights()
           
 
Method Summary
 arta.remote.client.groups.Group getGroup()
           
 boolean isCanCreate()
           
 boolean isCanDelete()
           
 boolean isCanEdit()
           
 boolean isCanList()
           
 boolean isCanModify()
           
 boolean isCanRead()
           
 void setCanCreate(boolean canCreate)
           
 void setCanDelete(boolean canDelete)
           
 void setCanEdit(boolean canEdit)
           
 void setCanList(boolean canList)
           
 void setCanModify(boolean canModify)
           
 void setCanRead(boolean canRead)
           
 void setGroup(arta.remote.client.groups.Group group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryRights

public RegistryRights()
Method Detail

getGroup

public arta.remote.client.groups.Group getGroup()

setGroup

public void setGroup(arta.remote.client.groups.Group group)

isCanCreate

public boolean isCanCreate()

setCanCreate

public void setCanCreate(boolean canCreate)

isCanList

public boolean isCanList()

setCanList

public void setCanList(boolean canList)

isCanRead

public boolean isCanRead()

setCanRead

public void setCanRead(boolean canRead)

isCanEdit

public boolean isCanEdit()

setCanEdit

public void setCanEdit(boolean canEdit)

isCanModify

public boolean isCanModify()

setCanModify

public void setCanModify(boolean canModify)

isCanDelete

public boolean isCanDelete()

setCanDelete

public void setCanDelete(boolean canDelete)


Copyright © 2000 Dummy Corp. All Rights Reserved.