|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.DataSetLevelPermission
public class DataSetLevelPermission
Java class for DataSetLevelPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSetLevelPermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="dataSet" type="{http://archer.edu.au/schemas/icat}DataSet"/>
<element name="adminPermission" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="createPermission" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="readPermission" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="updatePermission" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="deletePermission" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="createId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="modifyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
adminPermission
|
protected java.lang.Integer |
createId
|
protected boolean |
createPermission
|
protected java.util.Calendar |
createTime
|
protected DataSet |
dataSet
|
protected boolean |
deletePermission
|
protected java.lang.Integer |
id
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected boolean |
readPermission
|
protected boolean |
updatePermission
|
| Constructor Summary | |
|---|---|
DataSetLevelPermission()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.lang.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
DataSet |
getDataSet()
Gets the value of the dataSet property. |
java.lang.Integer |
getId()
Gets the value of the id property. |
java.lang.Integer |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
boolean |
isAdminPermission()
Gets the value of the adminPermission property. |
boolean |
isCreatePermission()
Gets the value of the createPermission property. |
boolean |
isDeletePermission()
Gets the value of the deletePermission property. |
boolean |
isReadPermission()
Gets the value of the readPermission property. |
boolean |
isSetAdminPermission()
|
boolean |
isSetCreateId()
|
boolean |
isSetCreatePermission()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDataSet()
|
boolean |
isSetDeletePermission()
|
boolean |
isSetId()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetReadPermission()
|
boolean |
isSetUpdatePermission()
|
boolean |
isUpdatePermission()
Gets the value of the updatePermission property. |
void |
setAdminPermission(boolean value)
Sets the value of the adminPermission property. |
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreatePermission(boolean value)
Sets the value of the createPermission property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime property. |
void |
setDataSet(DataSet value)
Sets the value of the dataSet property. |
void |
setDeletePermission(boolean value)
Sets the value of the deletePermission property. |
void |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setModifyId(java.lang.Integer value)
Sets the value of the modifyId property. |
void |
setModifyTime(java.util.Calendar value)
Sets the value of the modifyTime property. |
void |
setReadPermission(boolean value)
Sets the value of the readPermission property. |
void |
setUpdatePermission(boolean value)
Sets the value of the updatePermission property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer id
protected DataSet dataSet
protected boolean adminPermission
protected boolean createPermission
protected boolean readPermission
protected boolean updatePermission
protected boolean deletePermission
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public DataSetLevelPermission()
| Method Detail |
|---|
public java.lang.Integer getId()
Stringpublic void setId(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetId()
public DataSet getDataSet()
DataSetpublic void setDataSet(DataSet value)
value - allowed object is
DataSetpublic boolean isSetDataSet()
public boolean isAdminPermission()
public void setAdminPermission(boolean value)
public boolean isSetAdminPermission()
public boolean isCreatePermission()
public void setCreatePermission(boolean value)
public boolean isSetCreatePermission()
public boolean isReadPermission()
public void setReadPermission(boolean value)
public boolean isSetReadPermission()
public boolean isUpdatePermission()
public void setUpdatePermission(boolean value)
public boolean isSetUpdatePermission()
public boolean isDeletePermission()
public void setDeletePermission(boolean value)
public boolean isSetDeletePermission()
public java.lang.Integer getCreateId()
getCreateId in interface BaseDomainStringpublic void setCreateId(java.lang.Integer value)
setCreateId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateId()
public java.util.Calendar getCreateTime()
getCreateTime in interface BaseDomainStringpublic void setCreateTime(java.util.Calendar value)
setCreateTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateTime()
public java.lang.Integer getModifyId()
getModifyId in interface BaseDomainStringpublic void setModifyId(java.lang.Integer value)
setModifyId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyId()
public java.util.Calendar getModifyTime()
getModifyTime in interface BaseDomainStringpublic void setModifyTime(java.util.Calendar value)
setModifyTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyTime()
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||