net.sourceforge.jfacets
Class FacetDescriptor
java.lang.Object
net.sourceforge.jfacets.FacetDescriptor
public class FacetDescriptor
- extends java.lang.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FacetDescriptor
public FacetDescriptor()
getName
public java.lang.String getName()
getTargetObjectType
public java.lang.Class getTargetObjectType()
getProfileId
public java.lang.String getProfileId()
getFacetClass
public java.lang.Class getFacetClass()
setFacetClass
public void setFacetClass(java.lang.Class theFacetClass)
setName
public void setName(java.lang.String string)
setProfileId
public void setProfileId(java.lang.String string)
setTargetObjectType
public void setTargetObjectType(java.lang.Class class1)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.