RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.model
Class Attribute

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

Constructor Summary
Attribute()
           
 
Method Summary
 List<ClientBehavior> getClientBehaviors()
          

 String getDefaultValue()
          

 String getDisplayName()
          

 Boolean getExpert()
          

 String getMethodSignature()
          

 String getName()
          

 Boolean getPreferred()
          

 Boolean getRequired()
          

 String getShortDescription()
          

 String getTargets()
          

 ClassName getType()
          

 void setClientBehaviors(List<ClientBehavior> clientBehaviors)
          

 void setDefaultValue(String defaultValue)
          

 void setDisplayName(String displayName)
          

 void setExpert(Boolean expert)
          

 void setMethodSignature(String methodSignature)
          

 void setName(String name)
          

 void setPreferred(Boolean preffered)
          

 void setRequired(Boolean required)
          

 void setShortDescription(String shortDescription)
          

 void setTargets(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 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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.