net.sourceforge.jfacets
Class FacetDescriptor
java.lang.Object
net.sourceforge.jfacets.FacetDescriptor
public class FacetDescriptor
- extends Object
Holds facet assignation parameters :
- name : the name of the facet
- profileId : the id of the profile
- targetObjectType : the
Class of the target object
- facetClass : the implementation
Class of facet
- Author:
- Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)
- See Also:
IFacetDescriptorManager
FacetDescriptor
public FacetDescriptor()
getName
public String getName()
getTargetObjectType
public Class getTargetObjectType()
getProfileId
public String getProfileId()
getFacetClass
public Class getFacetClass()
setFacetClass
public void setFacetClass(Class theFacetClass)
setName
public void setName(String string)
setProfileId
public void setProfileId(String string)
setTargetObjectType
public void setTargetObjectType(Class class1)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.