|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.attributes.DocumentAttribute
public class DocumentAttribute
This class represents the business object DocumentAttribute
Constructor Summary | |
---|---|
DocumentAttribute()
|
Method Summary | |
---|---|
int |
getAttributeOrder()
Returns the AttributeOrder |
byte[] |
getBinaryValue()
Gets the value |
java.lang.String |
getCode()
Returns the Code |
java.lang.String |
getCodeAttributeType()
Returns the CodeAttributeType |
java.lang.String |
getCodeDocumentType()
Returns the CodeDocumentType |
java.lang.String |
getDescription()
Returns the Description |
int |
getId()
Returns the IdDocumentAttribute |
java.lang.String |
getName()
Returns the Name |
java.util.List<AttributeTypeParameter> |
getParameters()
Gets parameters list |
java.lang.String |
getTextValue()
Gets the value |
java.lang.String |
getValueContentType()
Gets the content type value |
boolean |
isBinary()
Returns the Binary |
boolean |
isRequired()
Returns the Required |
boolean |
isSearchable()
Returns the Searchable |
void |
setAttributeOrder(int nAttributeOrder)
Sets the AttributeOrder |
void |
setBinary(boolean bBinary)
Sets the Binary |
void |
setBinaryValue(byte[] bytes)
Sets the value |
void |
setCode(java.lang.String strCode)
Sets the Code |
void |
setCodeAttributeType(java.lang.String strCodeAttributeType)
Sets the CodeAttributeType |
void |
setCodeDocumentType(java.lang.String strCodeDocumentType)
Sets the CodeDocumentType |
void |
setDescription(java.lang.String strDescription)
Sets the Description |
void |
setId(int nIdDocumentAttribute)
Sets the IdDocumentAttribute |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setParameters(java.util.List<AttributeTypeParameter> listParameters)
Sets parameters list |
void |
setRequired(boolean bRequired)
Sets if Required |
void |
setSearchable(boolean bSearchable)
Sets the Searchable |
void |
setTextValue(java.lang.String strTextValue)
Sets the value |
void |
setValueContentType(java.lang.String strValueContentType)
Sets the content type value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentAttribute()
Method Detail |
---|
public int getId()
public void setId(int nIdDocumentAttribute)
nIdDocumentAttribute
- The IdDocumentAttributepublic java.lang.String getCodeDocumentType()
public void setCodeDocumentType(java.lang.String strCodeDocumentType)
strCodeDocumentType
- The CodeDocumentTypepublic java.lang.String getCodeAttributeType()
public void setCodeAttributeType(java.lang.String strCodeAttributeType)
strCodeAttributeType
- The CodeAttributeTypepublic java.lang.String getCode()
public void setCode(java.lang.String strCode)
strCode
- The Codepublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic int getAttributeOrder()
public void setAttributeOrder(int nAttributeOrder)
nAttributeOrder
- The AttributeOrderpublic boolean isRequired()
public void setRequired(boolean bRequired)
bRequired
- The required valuepublic boolean isSearchable()
public void setSearchable(boolean bSearchable)
bSearchable
- The searchable valuepublic boolean isBinary()
public void setBinary(boolean bBinary)
bBinary
- The Binary valuepublic void setParameters(java.util.List<AttributeTypeParameter> listParameters)
listParameters
- The parameters listpublic java.util.List<AttributeTypeParameter> getParameters()
public void setTextValue(java.lang.String strTextValue)
strTextValue
- The valuepublic java.lang.String getTextValue()
public void setBinaryValue(byte[] bytes)
bytes
- The valuepublic byte[] getBinaryValue()
public void setValueContentType(java.lang.String strValueContentType)
strValueContentType
- The content type valuepublic java.lang.String getValueContentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |