org.infoglue.cms.entities.management
Class ContentTypeAttribute
java.lang.Object
org.infoglue.cms.entities.management.ContentTypeAttribute
public class ContentTypeAttribute
- extends java.lang.Object
This is a pure javabean carrying the information about one content type attribute.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentTypeAttribute
public ContentTypeAttribute()
getPosition
public int getPosition()
setPosition
public void setPosition(int position)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getInputType
public java.lang.String getInputType()
setInputType
public void setInputType(java.lang.String inputType)
putContentTypeAttributeParameter
public void putContentTypeAttributeParameter(java.lang.String key,
ContentTypeAttributeParameter contentTypeAttributeParameter)
getContentTypeAttribute
public ContentTypeAttributeParameter getContentTypeAttribute(java.lang.String key)
getContentTypeAttributeParameters
public java.util.List getContentTypeAttributeParameters()
getValidators
public java.util.List getValidators()
Copyright © 2005 InfoGlue.org All Rights Reserved.