org.richfaces.cdk.templatecompiler.model
Class Attribute

java.lang.Object
  extended by 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

Constructor Summary
Attribute()
           
 
Method Summary
 java.util.List<ClientBehavior> getClientBehaviors()
          

 java.lang.String getDefaultValue()
          

 java.lang.String getDisplayName()
          

 java.lang.String getMethodSignature()
          

 java.lang.String getName()
          

 java.lang.String getShortDescription()
          

 java.lang.String getTargets()
          

 ClassName getType()
          

 boolean isExpert()
          

 boolean isPreferred()
          

 boolean isRequired()
          

 void setClientBehaviors(java.util.List<ClientBehavior> clientBehaviors)
          

 void setDefaultValue(java.lang.String defaultValue)
          

 void setDisplayName(java.lang.String displayName)
          

 void setExpert(boolean expert)
          

 void setMethodSignature(java.lang.String methodSignature)
          

 void setName(java.lang.String name)
          

 void setPreferred(boolean preffered)
          

 void setRequired(boolean required)
          

 void setShortDescription(java.lang.String shortDescription)
          

 void setTargets(java.lang.String applyTo)
          

 void setType(ClassName type)
          

 
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

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.