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, setParent
public 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 User
setName
in class GEObjectImpl
aName
- the new value for the name attributepublic java.lang.String getName()
public boolean isSetOticket()
isSetOticket
in interface User
true
if the oticket attribute is setpublic void setOticket(int aOticket)
setOticket
in interface User
aOticket
- the new value for the oticket attributepublic int getOticket()
getOticket
in interface User
public boolean isSetFshare()
isSetFshare
in interface User
true
if the fshare attribute is setpublic void setFshare(int aFshare)
public int getFshare()
public boolean isSetDeleteTime()
isSetDeleteTime
in interface User
true
if the deleteTime attribute is setpublic void setDeleteTime(int aDeleteTime)
setDeleteTime
in interface User
aDeleteTime
- the new value for the deleteTime attributepublic int getDeleteTime()
getDeleteTime
in interface User
public boolean isSetDefaultProject()
isSetDefaultProject
in interface User
true
if the defaultProject attribute is setpublic void setDefaultProject(java.lang.String aDefaultProject)
setDefaultProject
in interface User
aDefaultProject
- the new value for the defaultProject attributepublic java.lang.String getDefaultProject()
getDefaultProject
in interface User
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
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.