|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.dossier.bo.DossierBinaryContentsTemp
public class DossierBinaryContentsTemp
Constructor Summary | |
---|---|
DossierBinaryContentsTemp()
|
Method Summary | |
---|---|
java.lang.Integer |
getBinId()
Gets the bin id. |
byte[] |
getContent()
Gets the content. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.Integer |
getDossierPartsTempId()
Gets the dossier parts temp id. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getType()
Gets the type. |
void |
setBinId(java.lang.Integer binId)
Sets the bin id. |
void |
setContent(byte[] content)
Sets the content. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setDossierPartsTempId(java.lang.Integer dossierPartsTempId)
Sets the dossier parts temp id. |
void |
setName(java.lang.String name)
Sets the name. |
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 DossierBinaryContentsTemp()
Method Detail |
---|
public java.lang.Integer getBinId()
public void setBinId(java.lang.Integer binId)
binId
- the new bin idpublic java.lang.Integer getDossierPartsTempId()
public void setDossierPartsTempId(java.lang.Integer dossierPartsTempId)
dossierPartsTempId
- the new dossier parts temp idpublic byte[] getContent()
public void setContent(byte[] content)
content
- the new 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 |