org.richfaces.cdk.model
Class FacetModel
java.lang.Object
org.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.FacetModel
- All Implemented Interfaces:
- Serializable, DescriptionGroup, Extensible<ConfigExtension>, Mergeable<FacetModel>, ModelElement<FacetModel>, Named, Visitable
public class FacetModel
- extends DescriptionGroupBase
- implements ModelElement<FacetModel>, Named
- 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 |
FacetModel
public FacetModel()
getName
public String getName()
-
- Specified by:
getName in interface Named
- Returns:
- the name
setName
public void setName(String name)
-
- Specified by:
setName in interface Named
- Parameters:
name - the name to set
merge
public void merge(FacetModel other)
- Description copied from interface:
Mergeable
Merge values from other object.
- Specified by:
merge in interface Mergeable<FacetModel>
accept
public <R,D> R accept(Visitor<R,D> visitor,
D data)
- Specified by:
accept in interface Visitable
same
public boolean same(FacetModel other)
- Description copied from interface:
Mergeable
Compare object with other. For example, JSF component with same type or
class is the same component.
- Specified by:
same in interface Mergeable<FacetModel>
- Returns:
getGenerate
public Boolean getGenerate()
setGenerate
public void setGenerate(Boolean generate)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.