|
|||||||||
| 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.ConfigContent
public class ConfigContent
ConfigContent - Class representation of the table rhnConfigContent.
| Constructor Summary | |
|---|---|
protected |
ConfigContent()
protected constructor. |
| Method Summary | |
|---|---|
byte[] |
getContents()
Getter for contents |
protected java.sql.Blob |
getContentsBlob()
Let Hibernate get the contents blob, used only by Hibernate. |
java.lang.String |
getContentsString()
Get the String version of the Contents content |
java.lang.Long |
getFileSize()
Getter for fileSize |
java.lang.Long |
getId()
Getter for id |
java.lang.String |
getMd5sum()
Getter for md5sum |
boolean |
isBinary()
Getter for isBinary |
void |
setBinary(boolean isBinaryIn)
Setter for isBinary |
void |
setContents(byte[] contentsIn)
Setter for contents |
protected void |
setContentsBlob(java.sql.Blob blob)
Let Hibernate set the Content Blob contents, used only by Hibernate. |
void |
setFileSize(java.lang.Long fileSizeIn)
Setter for fileSize |
void |
setId(java.lang.Long idIn)
Setter for id |
void |
setMd5sum(java.lang.String md5sumIn)
Setter for md5sum |
| 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 ConfigContent()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long idIn)
idIn - to setpublic byte[] getContents()
public void setContents(byte[] contentsIn)
contentsIn - to setprotected java.sql.Blob getContentsBlob()
protected void setContentsBlob(java.sql.Blob blob)
blob - The script to set.public java.lang.String getContentsString()
public java.lang.Long getFileSize()
public void setFileSize(java.lang.Long fileSizeIn)
fileSizeIn - to setpublic java.lang.String getMd5sum()
public void setMd5sum(java.lang.String md5sumIn)
md5sumIn - to setpublic boolean isBinary()
public void setBinary(boolean isBinaryIn)
isBinaryIn - to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||