|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.UserRoles
public class UserRoles
Java class for UserRoles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserRoles">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="application" type="{http://archer.edu.au/schemas/icat}Application" minOccurs="0"/>
<element name="applicationID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 Application |
application
|
protected java.lang.Integer |
applicationID
|
protected java.lang.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected java.lang.String |
role
|
protected java.lang.String |
username
|
| Constructor Summary | |
|---|---|
UserRoles()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
Application |
getApplication()
Gets the value of the application property. |
java.lang.Integer |
getApplicationID()
Gets the value of the applicationID property. |
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 |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.lang.String |
getUsername()
Gets the value of the username property. |
boolean |
isSetApplication()
|
boolean |
isSetApplicationID()
|
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetRole()
|
boolean |
isSetUsername()
|
void |
setApplication(Application value)
Sets the value of the application property. |
void |
setApplicationID(java.lang.Integer value)
Sets the value of the applicationID property. |
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime 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 |
setRole(java.lang.String value)
Sets the value of the role property. |
void |
setUsername(java.lang.String value)
Sets the value of the username property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Application application
protected java.lang.Integer applicationID
protected java.lang.String username
protected java.lang.String role
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public UserRoles()
| Method Detail |
|---|
public Application getApplication()
Applicationpublic void setApplication(Application value)
value - allowed object is
Applicationpublic boolean isSetApplication()
public java.lang.Integer getApplicationID()
Stringpublic void setApplicationID(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isSetApplicationID()
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRole()
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 | |||||||||