fr.paris.lutece.plugins.document.business.attributes
Class AttributeType

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.attributes.AttributeType
All Implemented Interfaces:
fr.paris.lutece.portal.service.i18n.Localizable

public class AttributeType
extends java.lang.Object
implements fr.paris.lutece.portal.service.i18n.Localizable

This class represents the business object DocumentAttributeType


Constructor Summary
AttributeType()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the ClassName
 java.lang.String getCode()
          Returns the Code
 java.lang.String getDescription()
          Returns the Description
 java.lang.String getDescriptionKey()
          Returns the Description
 java.util.Locale getLocale()
          Returns the Locale
 java.lang.String getName()
          Returns the Name
 java.lang.String getNameKey()
          Returns the Name
 void setClassName(java.lang.String strClassName)
          Sets the ClassName
 void setCode(java.lang.String strCode)
          Sets the Code
 void setDescriptionKey(java.lang.String strDescriptionKey)
          Sets the Description
 void setLocale(java.util.Locale locale)
          Sets the Locale
 void setNameKey(java.lang.String strNameKey)
          Sets the Name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeType

public AttributeType()
Method Detail

getCode

public java.lang.String getCode()
Returns the Code

Returns:
The Code

setCode

public void setCode(java.lang.String strCode)
Sets the Code

Parameters:
strCode - The Code

getLocale

public java.util.Locale getLocale()
Returns the Locale

Returns:
The Locale

setLocale

public void setLocale(java.util.Locale locale)
Sets the Locale

Specified by:
setLocale in interface fr.paris.lutece.portal.service.i18n.Localizable
Parameters:
locale - The Locale

getNameKey

public java.lang.String getNameKey()
Returns the Name

Returns:
The Name

setNameKey

public void setNameKey(java.lang.String strNameKey)
Sets the Name

Parameters:
strNameKey - The Name

getDescriptionKey

public java.lang.String getDescriptionKey()
Returns the Description

Returns:
The Description

setDescriptionKey

public void setDescriptionKey(java.lang.String strDescriptionKey)
Sets the Description

Parameters:
strDescriptionKey - The Description

getClassName

public java.lang.String getClassName()
Returns the ClassName

Returns:
The ClassName

setClassName

public void setClassName(java.lang.String strClassName)
Sets the ClassName

Parameters:
strClassName - The ClassName

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

getDescription

public java.lang.String getDescription()
Returns the Description

Returns:
The Description


Copyright © 2009 Mairie de Paris. All Rights Reserved.