fr.paris.lutece.plugins.files2docs.business
Class Attribute

java.lang.Object
  extended by fr.paris.lutece.plugins.files2docs.business.Attribute

public class Attribute
extends java.lang.Object

This class defines the Files2Docs Attribute business object


Constructor Summary
Attribute()
           
 
Method Summary
 int getDocumentAttributeId()
          Returns the document attribute identifier
 java.lang.String getFormat()
          Returns the attribute format
 int getId()
          Returns the attribute identifier
 int getMappingId()
          Returns the mapping identifier
 void setDocumentAttributeId(int nDocumentAttributeId)
          Sets the document attribute identifier
 void setFormat(java.lang.String strFormat)
          Sets the attribute format
 void setId(int nAttributeId)
          Sets the attribute identifier
 void setMappingId(int nMappingId)
          Sets the mapping identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

getId

public int getId()
Returns the attribute identifier

Returns:
The attribute identifier

setId

public void setId(int nAttributeId)
Sets the attribute identifier

Parameters:
nAttributeId - The attribute identifier

getMappingId

public int getMappingId()
Returns the mapping identifier

Returns:
The mapping identifier

setMappingId

public void setMappingId(int nMappingId)
Sets the mapping identifier

Parameters:
nMappingId - The mapping identifier

getDocumentAttributeId

public int getDocumentAttributeId()
Returns the document attribute identifier

Returns:
The document attribute identifier

setDocumentAttributeId

public void setDocumentAttributeId(int nDocumentAttributeId)
Sets the document attribute identifier

Parameters:
nDocumentAttributeId - The document attribute identifier

getFormat

public java.lang.String getFormat()
Returns the attribute format

Returns:
The attribute format

setFormat

public void setFormat(java.lang.String strFormat)
Sets the attribute format

Parameters:
strFormat - The attribute format


Copyright © 2012 Mairie de Paris. All Rights Reserved.