|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.record.Record
public class Record
This is the business class for the object Record
Constructor Summary | |
---|---|
Record()
|
Method Summary | |
---|---|
int |
getCollectionId()
Returns the CollectionId |
java.lang.String |
getCreatedOn()
Returns the CreatedOn |
int |
getDataboxId()
Returns the DataboxId |
java.lang.String |
getLastModified()
Returns the LastModified |
java.lang.String |
getMimeType()
Returns the MimeType |
java.lang.String |
getOriginalName()
Returns the OriginalName |
java.lang.String |
getPhraseaType()
Returns the PhraseaType |
int |
getRecordId()
Returns the RecordId |
java.lang.String |
getSha256()
Returns the Sha256 |
TechnicalInformations |
getTechnicalInformations()
Returns the TechnicalInformation |
Thumbnail |
getThumbnail()
Returns the Thumbnail |
java.lang.String |
getTitle()
Returns the Title |
java.lang.String |
getUuid()
Returns the Uuid |
void |
setCollectionId(int nCollectionId)
Sets the CollectionId |
void |
setCreatedOn(java.lang.String strCreatedOn)
Sets the CreatedOn |
void |
setDataboxId(int nDataboxId)
Sets the DataboxId |
void |
setLastModified(java.lang.String strLastModified)
Sets the LastModified |
void |
setMimeType(java.lang.String strMimeType)
Sets the MimeType |
void |
setOriginalName(java.lang.String strOriginalName)
Sets the OriginalName |
void |
setPhraseaType(java.lang.String strPhraseaType)
Sets the PhraseaType |
void |
setRecordId(int nRecordId)
Sets the RecordId |
void |
setSha256(java.lang.String strSha256)
Sets the Sha256 |
void |
setTechnicalInformations(TechnicalInformations technicalInformations)
Sets the TechnicalInformation |
void |
setThumbnail(Thumbnail thumbnail)
Sets the Thumbnail |
void |
setTitle(java.lang.String strTitle)
Sets the Title |
void |
setUuid(java.lang.String strUuid)
Sets the Uuid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Record()
Method Detail |
---|
public int getRecordId()
public void setRecordId(int nRecordId)
nRecordId
- The RecordIdpublic int getDataboxId()
public void setDataboxId(int nDataboxId)
nDataboxId
- The DataboxIdpublic java.lang.String getMimeType()
public void setMimeType(java.lang.String strMimeType)
strMimeType
- The MimeTypepublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- The Titlepublic java.lang.String getOriginalName()
public void setOriginalName(java.lang.String strOriginalName)
strOriginalName
- The OriginalNamepublic java.lang.String getLastModified()
public void setLastModified(java.lang.String strLastModified)
strLastModified
- The LastModifiedpublic java.lang.String getCreatedOn()
public void setCreatedOn(java.lang.String strCreatedOn)
strCreatedOn
- The CreatedOnpublic int getCollectionId()
public void setCollectionId(int nCollectionId)
nCollectionId
- The CollectionIdpublic java.lang.String getSha256()
public void setSha256(java.lang.String strSha256)
strSha256
- The Sha256public Thumbnail getThumbnail()
public void setThumbnail(Thumbnail thumbnail)
thumbnail
- The Thumbnailpublic TechnicalInformations getTechnicalInformations()
public void setTechnicalInformations(TechnicalInformations technicalInformations)
technicalInformations
- The TechnicalInformationpublic java.lang.String getPhraseaType()
public void setPhraseaType(java.lang.String strPhraseaType)
strPhraseaType
- The PhraseaTypepublic java.lang.String getUuid()
public void setUuid(java.lang.String strUuid)
strUuid
- The Uuid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |