public class FacetBean extends ObjectBean
| Constructor and Description |
|---|
FacetBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this property.
|
String |
getFacetName()
Returns the facet name for this facet.
|
boolean |
isRequired()
Returns required flag of this facet.
|
void |
setDescription(String description)
Sets the description of this property.
|
void |
setFacetName(String facetName)
Sets the facet name for this facet.
|
void |
setRequired(boolean required)
Sets the required flag of this facet.
|
attach, getOwner, isModifiedSincepublic void setFacetName(String facetName)
facetName - the facet namepublic String getFacetName()
public void setDescription(String description)
description - the property descriptionpublic String getDescription()
public void setRequired(boolean required)
required - the facet required flagpublic boolean isRequired()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.