net.sourceforge.jfacets
Class FacetDescriptor

java.lang.Object
  extended by net.sourceforge.jfacets.FacetDescriptor

public class FacetDescriptor
extends java.lang.Object

Holds facet assignation parameters :

Author:
Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)
See Also:
IFacetDescriptorManager

Field Summary
(package private)  java.lang.Class facetClass
          the facet class
(package private)  java.lang.String name
          the name
(package private)  java.lang.String profileId
          the profile ID
(package private)  java.lang.Class targetObjectType
          the target object type
 
Constructor Summary
FacetDescriptor()
           
 
Method Summary
 java.lang.Class getFacetClass()
           
 java.lang.String getName()
           
 java.lang.String getProfileId()
           
 java.lang.Class getTargetObjectType()
           
 void setFacetClass(java.lang.Class theFacetClass)
           
 void setName(java.lang.String string)
           
 void setProfileId(java.lang.String string)
           
 void setTargetObjectType(java.lang.Class class1)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

profileId

java.lang.String profileId
the profile ID


name

java.lang.String name
the name


targetObjectType

java.lang.Class targetObjectType
the target object type


facetClass

java.lang.Class facetClass
the facet class

Constructor Detail

FacetDescriptor

public FacetDescriptor()
Method Detail

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 © 2010. All Rights Reserved.