|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.config.ConfigInfo
public class ConfigInfo
ConfigInfo - Class representation of the table rhnConfigInfo.
| Constructor Summary | |
|---|---|
protected |
ConfigInfo()
protected constructor Use the ConfigurationFactory to get new ConfigInfos |
| Method Summary | |
|---|---|
java.lang.Long |
getFilemode()
Getter for filemode |
java.lang.String |
getGroupname()
Getter for groupname |
java.lang.Long |
getId()
Getter for id |
java.lang.String |
getUsername()
Getter for username |
void |
setFilemode(java.lang.Long filemodeIn)
Setter for filemode |
void |
setGroupname(java.lang.String groupnameIn)
Setter for groupname |
void |
setId(java.lang.Long idIn)
Setter for id |
void |
setUsername(java.lang.String usernameIn)
Setter for username |
| Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper |
|---|
getCreated, getModified, setCreated, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ConfigInfo()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long idIn)
idIn - to setpublic java.lang.String getUsername()
public void setUsername(java.lang.String usernameIn)
usernameIn - to setpublic java.lang.String getGroupname()
public void setGroupname(java.lang.String groupnameIn)
groupnameIn - to setpublic java.lang.Long getFilemode()
public void setFilemode(java.lang.Long filemodeIn)
filemodeIn - to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||