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, setParent
public 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 MailReceiver
true
if the user attribute is setpublic void setUser(java.lang.String aUser)
setUser
in interface MailReceiver
aUser
- the new value for the user attributepublic java.lang.String getUser()
getUser
in interface MailReceiver
public boolean isSetHost()
isSetHost
in interface MailReceiver
true
if the host attribute is setpublic void setHost(java.lang.String aHost)
setHost
in interface MailReceiver
aHost
- the new value for the host attributepublic java.lang.String getHost()
getHost
in interface MailReceiver
public boolean equals(java.lang.Object obj)
obj
.equals
in class java.lang.Object
obj
- 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 GEObject
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String dump()
dump
in interface MailReceiver
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.