public class MailReceiverImpl extends GEObjectImpl implements MailReceiver
Warning: The MailReceiverImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
MailReceiverImpl()
Create a new instance of MailReceiverImpl.
|
MailReceiverImpl(boolean initWithDefaultValues)
Create a new instanceof
|
MailReceiverImpl(java.lang.String user)
Create a new instance of MailReceiverImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
java.lang.String |
getHost()
Get the value of the host attribute.
|
java.lang.String |
getUser()
Get the value of the user attribute.
|
boolean |
isSetHost()
Determine if the host attribute is set
|
boolean |
isSetUser()
Determine if the user attribute is set
|
void |
setHost(java.lang.String aHost)
Set the host attribute.
|
void |
setUser(java.lang.String aUser)
Set the user attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic MailReceiverImpl()
public MailReceiverImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public MailReceiverImpl(java.lang.String user)
public boolean isSetUser()
isSetUser in interface MailReceivertrue if the user attribute is setpublic void setUser(java.lang.String aUser)
setUser in interface MailReceiveraUser - the new value for the user attributepublic java.lang.String getUser()
getUser in interface MailReceiverpublic boolean isSetHost()
isSetHost in interface MailReceivertrue if the host attribute is setpublic void setHost(java.lang.String aHost)
setHost in interface MailReceiveraHost - the new value for the host attributepublic java.lang.String getHost()
getHost in interface MailReceiverpublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dump()
dump in interface MailReceiverCopyright © 2007 Sun Microsystems, Inc. All rights reserved.