|
||||||||||
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 |
String |
getCreatedOn()
Returns the CreatedOn |
int |
getDataboxId()
Returns the DataboxId |
String |
getLastModified()
Returns the LastModified |
String |
getMimeType()
Returns the MimeType |
String |
getOriginalName()
Returns the OriginalName |
String |
getPhraseaType()
Returns the PhraseaType |
int |
getRecordId()
Returns the RecordId |
String |
getSha256()
Returns the Sha256 |
TechnicalInformations |
getTechnicalInformations()
Returns the TechnicalInformation |
Thumbnail |
getThumbnail()
Returns the Thumbnail |
String |
getTitle()
Returns the Title |
String |
getUuid()
Returns the Uuid |
void |
setCollectionId(int nCollectionId)
Sets the CollectionId |
void |
setCreatedOn(String strCreatedOn)
Sets the CreatedOn |
void |
setDataboxId(int nDataboxId)
Sets the DataboxId |
void |
setLastModified(String strLastModified)
Sets the LastModified |
void |
setMimeType(String strMimeType)
Sets the MimeType |
void |
setOriginalName(String strOriginalName)
Sets the OriginalName |
void |
setPhraseaType(String strPhraseaType)
Sets the PhraseaType |
void |
setRecordId(int nRecordId)
Sets the RecordId |
void |
setSha256(String strSha256)
Sets the Sha256 |
void |
setTechnicalInformations(TechnicalInformations technicalInformations)
Sets the TechnicalInformation |
void |
setThumbnail(Thumbnail thumbnail)
Sets the Thumbnail |
void |
setTitle(String strTitle)
Sets the Title |
void |
setUuid(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 String getMimeType()
public void setMimeType(String strMimeType)
strMimeType
- The MimeTypepublic String getTitle()
public void setTitle(String strTitle)
strTitle
- The Titlepublic String getOriginalName()
public void setOriginalName(String strOriginalName)
strOriginalName
- The OriginalNamepublic String getLastModified()
public void setLastModified(String strLastModified)
strLastModified
- The LastModifiedpublic String getCreatedOn()
public void setCreatedOn(String strCreatedOn)
strCreatedOn
- The CreatedOnpublic int getCollectionId()
public void setCollectionId(int nCollectionId)
nCollectionId
- The CollectionIdpublic String getSha256()
public void setSha256(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 String getPhraseaType()
public void setPhraseaType(String strPhraseaType)
strPhraseaType
- The PhraseaTypepublic String getUuid()
public void setUuid(String strUuid)
strUuid
- The Uuid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |