org.richfaces.cdk.templatecompiler.model
Class Attribute
java.lang.Object
org.richfaces.cdk.templatecompiler.model.Attribute
- All Implemented Interfaces:
- Serializable
public class Attribute
- extends Object
- implements 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 String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getDisplayName
public String getDisplayName()
- Returns:
- the displayName
setDisplayName
public void setDisplayName(String displayName)
- Parameters:
displayName - the displayName to set
getShortDescription
public String getShortDescription()
- Returns:
- the shortDescription
setShortDescription
public void setShortDescription(String shortDescription)
- Parameters:
shortDescription - the shortDescription to set
getDefaultValue
public String getDefaultValue()
- Returns:
- the defaultValue
setDefaultValue
public void setDefaultValue(String defaultValue)
- Parameters:
defaultValue - the defaultValue to set
getMethodSignature
public String getMethodSignature()
- Returns:
- the methodSignature
setMethodSignature
public void setMethodSignature(String methodSignature)
- Parameters:
methodSignature - the methodSignature to set
getTargets
public String getTargets()
- Returns:
- the targets
setTargets
public void setTargets(String applyTo)
- Parameters:
applyTo - the targets to set
getRequired
public Boolean getRequired()
- Returns:
- the required
setRequired
public void setRequired(Boolean required)
- Parameters:
required - the required to set
getPreferred
public Boolean getPreferred()
- Returns:
- the preffered
setPreferred
public void setPreferred(Boolean preffered)
- Parameters:
preffered - the preffered to set
getExpert
public Boolean getExpert()
- 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 List<ClientBehavior> getClientBehaviors()
- Returns:
- the clientBehaviors
setClientBehaviors
public void setClientBehaviors(List<ClientBehavior> clientBehaviors)
- Parameters:
clientBehaviors - the clientBehaviors to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.