@Entity
public class RootImplementation
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
RootImplementation()
Default constructor for
RootImplementation is necessary for
PojoInstantiator of HIBERNATE. |
protected |
RootImplementation(java.lang.String name,
java.lang.String type)
Constructor for
RootImplementation. |
protected |
RootImplementation(java.lang.String name,
java.lang.String type,
javax.mail.internet.InternetAddress address)
Constructor for
RootImplementation. |
protected |
RootImplementation(java.lang.String name,
java.lang.String type,
javax.mail.internet.InternetAddress address,
java.lang.String uuid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress() |
protected int |
getId()
Getter for the field
id. |
protected java.lang.String |
getName()
Getter for the field
name. |
protected java.lang.String |
getType()
Getter for the field
type. |
java.lang.String |
getUuid() |
boolean |
isValidated() |
void |
setAddress(java.lang.String address) |
protected void |
setId(int id)
Setter for the field
id. |
protected void |
setName(java.lang.String name)
Setter for the field
name. |
protected void |
setType(java.lang.String type)
Setter for the field
type. |
void |
setUuid(java.lang.String uuid) |
void |
setValidated(boolean validated) |
java.lang.String |
toString() |
protected RootImplementation()
RootImplementation is necessary for
PojoInstantiator of HIBERNATE.protected RootImplementation(java.lang.String name,
java.lang.String type)
RootImplementation.name - principal name.type - principal type.protected RootImplementation(java.lang.String name,
java.lang.String type,
javax.mail.internet.InternetAddress address)
RootImplementation.name - principal name.type - principal type.address - the email address of the root user.protected RootImplementation(java.lang.String name,
java.lang.String type,
javax.mail.internet.InternetAddress address,
java.lang.String uuid)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getAddress()
protected int getId()
id.protected java.lang.String getName()
name.protected java.lang.String getType()
type.public void setAddress(java.lang.String address)
address - the address to setprotected void setId(int id)
id.id - the id to setprotected void setName(java.lang.String name)
name.name - the name to setprotected void setType(java.lang.String type)
type.type - the type to setpublic boolean isValidated()
public void setValidated(boolean validated)
validated - the validated to setpublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - the uuid to set