Class AuthorizationGroupUpdates
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AuthorizationGroupUpdates
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthorizationGroupUpdates extends java.lang.Object implements java.io.Serializable
Specifies the changes that should be performed on given authorization group.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationGroupUpdates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
TechId
getId()
java.util.Date
getVersion()
void
setDescription(java.lang.String description)
void
setId(TechId id)
void
setVersion(java.util.Date version)
-
-
-
Method Detail
-
getId
public TechId getId()
-
setId
public void setId(TechId id)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
setVersion
public void setVersion(java.util.Date version)
-
getVersion
public java.util.Date getVersion()
-
-