public class VClass extends BaseResourceBean implements Comparable<VClass>
BaseResourceBean.RoleLevel| Modifier and Type | Field and Description |
|---|---|
protected String |
customDisplayView |
protected String |
customEntryForm |
protected String |
customSearchView |
protected String |
customShortView |
protected Integer |
displayLimit |
protected Integer |
displayRank |
protected VClassGroup |
group |
protected String |
groupURI |
protected String |
myDescription
Information about the type of information expected of a member of this VClass
|
protected int |
myEntityCount |
protected String |
myExample
An example member of this VClass
|
protected String |
myName
What this VClass is called
|
protected String |
myShortDefinition |
protected String |
quickEditJsp |
protected Float |
searchBoost |
hiddenFromDisplayBelowRoleLevel, hiddenFromPublishBelowRoleLevel, localName, localNameWithPrefix, namespace, pickListName, prohibitedFromUpdateBelowRoleLevel, URI| Constructor and Description |
|---|
VClass()
Default constructor
|
VClass(String uriString)
Constructs the VClass with a given URI
|
VClass(String namespace,
String localName,
String vclassName)
Constructs the VClass from a URI that has been separated into namespace and localName components.
|
equals, getHiddenFromDisplayBelowRoleLevel, getHiddenFromPublishBelowRoleLevel, getLabel, getLocalName, getLocalNameWithPrefix, getNamespace, getPickListName, getProhibitedFromUpdateBelowRoleLevel, getURI, hashCode, isAnonymous, setHiddenFromDisplayBelowRoleLevel, setHiddenFromDisplayBelowRoleLevelUsingRoleUri, setHiddenFromPublishBelowRoleLevel, setHiddenFromPublishBelowRoleLevelUsingRoleUri, setLocalName, setLocalNameWithPrefix, setNamespace, setPickListName, setProhibitedFromUpdateBelowRoleLevel, setProhibitedFromUpdateBelowRoleLevelUsingRoleUri, setURIprotected String myName
protected String myExample
protected String myDescription
protected String myShortDefinition
protected int myEntityCount
protected Integer displayLimit
protected String quickEditJsp
protected Integer displayRank
protected String groupURI
protected VClassGroup group
protected String customEntryForm
protected String customDisplayView
protected String customShortView
protected String customSearchView
protected Float searchBoost
public VClass()
public VClass(String namespace, String localName, String vclassName)
namespace - The name-space for the URIlocalName - The local name for this URIvclassName - The name of the VClasspublic VClass(String uriString)
uriString - The source string with which to create this URIpublic String getName()
public void setName(String name)
public String getExample()
public void setExample(String example)
public String getDescription()
public void setDescription(String descr)
public String getShortDef()
public void setShortDef(String sd)
public int getEntityCount()
public void setEntityCount(int ec)
public int getDisplayLimit()
public void setDisplayLimit(int displayLimit)
public String getQuickEditJsp()
public void setQuickEditJsp(String quickEditJsp)
public int getDisplayRank()
public void setDisplayRank(int displayRank)
public String getGroupURI()
public void setGroupURI(String groupURI)
public VClassGroup getGroup()
public void setGroup(VClassGroup vcg)
public String getCustomEntryForm()
public void setCustomEntryForm(String s)
public String getCustomDisplayView()
public void setCustomDisplayView(String s)
public String getCustomShortView()
public void setCustomShortView(String s)
public String getCustomSearchView()
public void setCustomSearchView(String s)
public Float getSearchBoost()
public void setSearchBoost(Float boost)
public boolean isUnion()
public VClass copy()
protected void copyFields(VClass that)
public int compareTo(VClass o1)
compareTo in interface Comparable<VClass>Copyright © 2016. All rights reserved.