public class UserImpl extends GEObjectImpl implements User
Warning: The UserImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
UserImpl()
Create a new instance of UserImpl.
|
UserImpl(boolean initWithDefaultValues)
Create a new instanceof
|
UserImpl(java.lang.String name)
Create a new instance of UserImpl
|
| 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 |
getDefaultProject()
Get the value of the defaultProject attribute.
|
int |
getDeleteTime()
Get the value of the deleteTime attribute.
|
int |
getFshare()
Get the value of the fshare attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getOticket()
Get the value of the oticket attribute.
|
boolean |
isSetDefaultProject()
Determine if the defaultProject attribute is set
|
boolean |
isSetDeleteTime()
Determine if the deleteTime attribute is set
|
boolean |
isSetFshare()
Determine if the fshare attribute is set
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetOticket()
Determine if the oticket attribute is set
|
void |
setDefaultProject(java.lang.String aDefaultProject)
Set the defaultProject attribute.
|
void |
setDeleteTime(int aDeleteTime)
Set the deleteTime attribute.
|
void |
setFshare(int aFshare)
Set the fshare attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setOticket(int aOticket)
Set the oticket attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParentpublic UserImpl()
public UserImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public UserImpl(java.lang.String name)
public boolean isSetName()
public void setName(java.lang.String aName)
setName in interface UsersetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
public boolean isSetOticket()
isSetOticket in interface Usertrue if the oticket attribute is setpublic void setOticket(int aOticket)
setOticket in interface UseraOticket - the new value for the oticket attributepublic int getOticket()
getOticket in interface Userpublic boolean isSetFshare()
isSetFshare in interface Usertrue if the fshare attribute is setpublic void setFshare(int aFshare)
public int getFshare()
public boolean isSetDeleteTime()
isSetDeleteTime in interface Usertrue if the deleteTime attribute is setpublic void setDeleteTime(int aDeleteTime)
setDeleteTime in interface UseraDeleteTime - the new value for the deleteTime attributepublic int getDeleteTime()
getDeleteTime in interface Userpublic boolean isSetDefaultProject()
isSetDefaultProject in interface Usertrue if the defaultProject attribute is setpublic void setDefaultProject(java.lang.String aDefaultProject)
setDefaultProject in interface UseraDefaultProject - the new value for the defaultProject attributepublic java.lang.String getDefaultProject()
getDefaultProject in interface Userpublic 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.ObjectCopyright © 2007 Sun Microsystems, Inc. All rights reserved.