fr.paris.lutece.plugins.phraseanet.business.record
Class Record

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.record.Record

public class Record
extends java.lang.Object

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

Record

public Record()
Method Detail

getRecordId

public int getRecordId()
Returns the RecordId

Returns:
The RecordId

setRecordId

public void setRecordId(int nRecordId)
Sets the RecordId

Parameters:
nRecordId - The RecordId

getDataboxId

public int getDataboxId()
Returns the DataboxId

Returns:
The DataboxId

setDataboxId

public void setDataboxId(int nDataboxId)
Sets the DataboxId

Parameters:
nDataboxId - The DataboxId

getMimeType

public java.lang.String getMimeType()
Returns the MimeType

Returns:
The MimeType

setMimeType

public void setMimeType(java.lang.String strMimeType)
Sets the MimeType

Parameters:
strMimeType - The MimeType

getTitle

public java.lang.String getTitle()
Returns the Title

Returns:
The Title

setTitle

public void setTitle(java.lang.String strTitle)
Sets the Title

Parameters:
strTitle - The Title

getOriginalName

public java.lang.String getOriginalName()
Returns the OriginalName

Returns:
The OriginalName

setOriginalName

public void setOriginalName(java.lang.String strOriginalName)
Sets the OriginalName

Parameters:
strOriginalName - The OriginalName

getLastModified

public java.lang.String getLastModified()
Returns the LastModified

Returns:
The LastModified

setLastModified

public void setLastModified(java.lang.String strLastModified)
Sets the LastModified

Parameters:
strLastModified - The LastModified

getCreatedOn

public java.lang.String getCreatedOn()
Returns the CreatedOn

Returns:
The CreatedOn

setCreatedOn

public void setCreatedOn(java.lang.String strCreatedOn)
Sets the CreatedOn

Parameters:
strCreatedOn - The CreatedOn

getCollectionId

public int getCollectionId()
Returns the CollectionId

Returns:
The CollectionId

setCollectionId

public void setCollectionId(int nCollectionId)
Sets the CollectionId

Parameters:
nCollectionId - The CollectionId

getSha256

public java.lang.String getSha256()
Returns the Sha256

Returns:
The Sha256

setSha256

public void setSha256(java.lang.String strSha256)
Sets the Sha256

Parameters:
strSha256 - The Sha256

getThumbnail

public Thumbnail getThumbnail()
Returns the Thumbnail

Returns:
The Thumbnail

setThumbnail

public void setThumbnail(Thumbnail thumbnail)
Sets the Thumbnail

Parameters:
thumbnail - The Thumbnail

getTechnicalInformations

public TechnicalInformations getTechnicalInformations()
Returns the TechnicalInformation

Returns:
The TechnicalInformation

setTechnicalInformations

public void setTechnicalInformations(TechnicalInformations technicalInformations)
Sets the TechnicalInformation

Parameters:
technicalInformations - The TechnicalInformation

getPhraseaType

public java.lang.String getPhraseaType()
Returns the PhraseaType

Returns:
The PhraseaType

setPhraseaType

public void setPhraseaType(java.lang.String strPhraseaType)
Sets the PhraseaType

Parameters:
strPhraseaType - The PhraseaType

getUuid

public java.lang.String getUuid()
Returns the Uuid

Returns:
The Uuid

setUuid

public void setUuid(java.lang.String strUuid)
Sets the Uuid

Parameters:
strUuid - The Uuid


Copyright © 2011 Mairie de Paris. All Rights Reserved.