org.richfaces.cdk.templatecompiler.model
Class Attribute
java.lang.Object
org.richfaces.cdk.templatecompiler.model.Attribute
- All Implemented Interfaces:
- java.io.Serializable
public class Attribute
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
getName
public java.lang.String getName()
-
- Returns:
- the name
setName
public void setName(java.lang.String name)
-
- Parameters:
name - the name to set
getDisplayName
public java.lang.String getDisplayName()
-
- Returns:
- the displayName
setDisplayName
public void setDisplayName(java.lang.String displayName)
-
- Parameters:
displayName - the displayName to set
getShortDescription
public java.lang.String getShortDescription()
-
- Returns:
- the shortDescription
setShortDescription
public void setShortDescription(java.lang.String shortDescription)
-
- Parameters:
shortDescription - the shortDescription to set
getDefaultValue
public java.lang.String getDefaultValue()
-
- Returns:
- the defaultValue
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-
- Parameters:
defaultValue - the defaultValue to set
getMethodSignature
public java.lang.String getMethodSignature()
-
- Returns:
- the methodSignature
setMethodSignature
public void setMethodSignature(java.lang.String methodSignature)
-
- Parameters:
methodSignature - the methodSignature to set
getTargets
public java.lang.String getTargets()
-
- Returns:
- the targets
setTargets
public void setTargets(java.lang.String applyTo)
-
- Parameters:
applyTo - the targets to set
isRequired
public boolean isRequired()
-
- Returns:
- the required
setRequired
public void setRequired(boolean required)
-
- Parameters:
required - the required to set
isPreferred
public boolean isPreferred()
-
- Returns:
- the preffered
setPreferred
public void setPreferred(boolean preffered)
-
- Parameters:
preffered - the preffered to set
isExpert
public boolean isExpert()
-
- Returns:
- the expert
setExpert
public void setExpert(boolean expert)
-
- Parameters:
expert - the expert to set
getType
public ClassName getType()
-
- Returns:
- the type
setType
public void setType(ClassName type)
-
- Parameters:
type - the type to set
getClientBehaviors
public java.util.List<ClientBehavior> getClientBehaviors()
-
- Returns:
- the clientBehaviors
setClientBehaviors
public void setClientBehaviors(java.util.List<ClientBehavior> clientBehaviors)
-
- Parameters:
clientBehaviors - the clientBehaviors to set
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.