|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.InvestigationLevelPermission
public class InvestigationLevelPermission
Java class for InvestigationLevelPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationLevelPermission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="investigation" type="{http://archer.edu.au/schemas/icat}Investigation"/>
<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="fineGrainedAccess" 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 boolean |
deletePermission
|
protected boolean |
fineGrainedAccess
|
protected java.lang.Integer |
id
|
protected Investigation |
investigation
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected boolean |
readPermission
|
protected boolean |
updatePermission
|
| Constructor Summary | |
|---|---|
InvestigationLevelPermission()
|
|
| 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. |
java.lang.Integer |
getId()
Gets the value of the id property. |
Investigation |
getInvestigation()
Gets the value of the investigation 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 |
isFineGrainedAccess()
Gets the value of the fineGrainedAccess property. |
boolean |
isReadPermission()
Gets the value of the readPermission property. |
boolean |
isSetAdminPermission()
|
boolean |
isSetCreateId()
|
boolean |
isSetCreatePermission()
|
boolean |
isSetCreateTime()
|
boolean |
isSetDeletePermission()
|
boolean |
isSetFineGrainedAccess()
|
boolean |
isSetId()
|
boolean |
isSetInvestigation()
|
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 |
setDeletePermission(boolean value)
Sets the value of the deletePermission property. |
void |
setFineGrainedAccess(boolean value)
Sets the value of the fineGrainedAccess property. |
void |
setId(java.lang.Integer value)
Sets the value of the id property. |
void |
setInvestigation(Investigation value)
Sets the value of the investigation 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 Investigation investigation
protected boolean adminPermission
protected boolean createPermission
protected boolean readPermission
protected boolean updatePermission
protected boolean deletePermission
protected boolean fineGrainedAccess
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public InvestigationLevelPermission()
| Method Detail |
|---|
public java.lang.Integer getId()
Stringpublic void setId(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetId()
public Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
Investigationpublic boolean isSetInvestigation()
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 boolean isFineGrainedAccess()
public void setFineGrainedAccess(boolean value)
public boolean isSetFineGrainedAccess()
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 | |||||||||