|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.dossier.metadata.SbiDossierBinaryContentsTemp
public class SbiDossierBinaryContentsTemp
Constructor Summary | |
---|---|
SbiDossierBinaryContentsTemp()
default constructor. |
|
SbiDossierBinaryContentsTemp(java.lang.Integer binId)
minimal constructor. |
|
SbiDossierBinaryContentsTemp(java.lang.Integer binId,
SbiDossierPartsTemp sbiDossierPartsTemp,
java.lang.String name,
byte[] binContent,
java.lang.String type,
java.util.Date creationDate)
full constructor. |
Method Summary | |
---|---|
byte[] |
getBinContent()
Gets the bin content. |
java.lang.Integer |
getBinId()
Gets the bin id. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getName()
Gets the name. |
SbiDossierPartsTemp |
getSbiDossierPartsTemp()
Gets the sbi dossier parts temp. |
java.lang.String |
getType()
Gets the type. |
void |
setBinContent(byte[] binContent)
Sets the bin content. |
void |
setBinId(java.lang.Integer binId)
Sets the bin id. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setSbiDossierPartsTemp(SbiDossierPartsTemp sbiDossierPartsTemp)
Sets the sbi dossier parts temp. |
void |
setType(java.lang.String type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiDossierBinaryContentsTemp()
public SbiDossierBinaryContentsTemp(java.lang.Integer binId)
binId
- the bin idpublic SbiDossierBinaryContentsTemp(java.lang.Integer binId, SbiDossierPartsTemp sbiDossierPartsTemp, java.lang.String name, byte[] binContent, java.lang.String type, java.util.Date creationDate)
binId
- the bin idsbiDossierPartsTemp
- the sbi dossier parts tempname
- the namebinContent
- the bin contenttype
- the typecreationDate
- the creation dateMethod Detail |
---|
public java.lang.Integer getBinId()
public void setBinId(java.lang.Integer binId)
binId
- the new bin idpublic SbiDossierPartsTemp getSbiDossierPartsTemp()
public void setSbiDossierPartsTemp(SbiDossierPartsTemp sbiDossierPartsTemp)
sbiDossierPartsTemp
- the new sbi dossier parts temppublic byte[] getBinContent()
public void setBinContent(byte[] binContent)
binContent
- the new bin contentpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the new typepublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation datepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |