org.aludratest.hpalm.infrastructure
Class EntityDescriptor

java.lang.Object
  extended by org.aludratest.hpalm.infrastructure.EntityDescriptor

public final class EntityDescriptor
extends Object


Nested Class Summary
static class EntityDescriptor.AttributeElement
           
static class EntityDescriptor.BooleanWithURLType
           
static class EntityDescriptor.IsFirstLevelResourceElement
           
static class EntityDescriptor.IsSecondLevelResourceElement
           
static class EntityDescriptor.SupportSubtypeInfo
           
 
Constructor Summary
EntityDescriptor()
           
 
Method Summary
 Collection<EntityDescriptor.AttributeElement> getAttributes()
           
 String getBaseUrl()
           
 String getCollectionName()
           
 String getExtensionName()
           
 String getLabel()
           
 String getName()
           
 Collection<EntityDescriptor.IsSecondLevelResourceElement> getSecondLevelResources()
           
 Boolean getSiteEntity()
           
 EntityDescriptor.BooleanWithURLType getSupportsAttachment()
           
 EntityDescriptor.BooleanWithURLType getSupportsCopying()
           
 Boolean getSupportsDataHidingFilter()
           
 EntityDescriptor.BooleanWithURLType getSupportsGrouping()
           
 EntityDescriptor.BooleanWithURLType getSupportsHistory()
           
 EntityDescriptor.BooleanWithURLType getSupportsLock()
           
 EntityDescriptor.BooleanWithURLType getSupportsMailing()
           
 Boolean getSupportsMultiValue()
           
 EntityDescriptor.BooleanWithURLType getSupportsStorage()
           
 EntityDescriptor.SupportSubtypeInfo getSupportsSubtypes()
           
 EntityDescriptor.BooleanWithURLType getSupportsVC()
           
 Boolean getSupportsWorkflow()
           
 String getTable()
           
 EntityDescriptor.IsFirstLevelResourceElement isFirstLevelResource()
           
 void setBaseUrl(String baseUrl)
           
 void setCollectionName(String collectionName)
           
 void setExtensionName(String extensionName)
           
 void setFirstLevelResource(EntityDescriptor.IsFirstLevelResourceElement firstLevelResource)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setSiteEntity(Boolean siteEntity)
           
 void setSupportsAttachment(EntityDescriptor.BooleanWithURLType supportsAttachment)
           
 void setSupportsCopying(EntityDescriptor.BooleanWithURLType supportsCopying)
           
 void setSupportsDataHidingFilter(Boolean supportsDataHidingFilter)
           
 void setSupportsGrouping(EntityDescriptor.BooleanWithURLType supportsGrouping)
           
 void setSupportsHistory(EntityDescriptor.BooleanWithURLType supportsHistory)
           
 void setSupportsLock(EntityDescriptor.BooleanWithURLType supportsLock)
           
 void setSupportsMailing(EntityDescriptor.BooleanWithURLType supportsMailing)
           
 void setSupportsMultiValue(Boolean supportsMultiValue)
           
 void setSupportsStorage(EntityDescriptor.BooleanWithURLType supportsStorage)
           
 void setSupportsSubtypes(EntityDescriptor.SupportSubtypeInfo supportsSubtypes)
           
 void setSupportsVC(EntityDescriptor.BooleanWithURLType supportsVC)
           
 void setSupportsWorkflow(Boolean supportsWorkflow)
           
 void setTable(String table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityDescriptor

public EntityDescriptor()
Method Detail

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)

getCollectionName

public String getCollectionName()

setCollectionName

public void setCollectionName(String collectionName)

getAttributes

public Collection<EntityDescriptor.AttributeElement> getAttributes()

getSecondLevelResources

public Collection<EntityDescriptor.IsSecondLevelResourceElement> getSecondLevelResources()

getExtensionName

public String getExtensionName()

setExtensionName

public void setExtensionName(String extensionName)

isFirstLevelResource

public EntityDescriptor.IsFirstLevelResourceElement isFirstLevelResource()

setFirstLevelResource

public void setFirstLevelResource(EntityDescriptor.IsFirstLevelResourceElement firstLevelResource)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getName

public String getName()

setName

public void setName(String name)

getSiteEntity

public Boolean getSiteEntity()

setSiteEntity

public void setSiteEntity(Boolean siteEntity)

getSupportsAttachment

public EntityDescriptor.BooleanWithURLType getSupportsAttachment()

setSupportsAttachment

public void setSupportsAttachment(EntityDescriptor.BooleanWithURLType supportsAttachment)

getSupportsDataHidingFilter

public Boolean getSupportsDataHidingFilter()

setSupportsDataHidingFilter

public void setSupportsDataHidingFilter(Boolean supportsDataHidingFilter)

getSupportsGrouping

public EntityDescriptor.BooleanWithURLType getSupportsGrouping()

setSupportsGrouping

public void setSupportsGrouping(EntityDescriptor.BooleanWithURLType supportsGrouping)

getSupportsHistory

public EntityDescriptor.BooleanWithURLType getSupportsHistory()

setSupportsHistory

public void setSupportsHistory(EntityDescriptor.BooleanWithURLType supportsHistory)

getSupportsLock

public EntityDescriptor.BooleanWithURLType getSupportsLock()

setSupportsLock

public void setSupportsLock(EntityDescriptor.BooleanWithURLType supportsLock)

getSupportsMailing

public EntityDescriptor.BooleanWithURLType getSupportsMailing()

getSupportsStorage

public EntityDescriptor.BooleanWithURLType getSupportsStorage()

setSupportsMailing

public void setSupportsMailing(EntityDescriptor.BooleanWithURLType supportsMailing)

setSupportsStorage

public void setSupportsStorage(EntityDescriptor.BooleanWithURLType supportsStorage)

getSupportsMultiValue

public Boolean getSupportsMultiValue()

setSupportsMultiValue

public void setSupportsMultiValue(Boolean supportsMultiValue)

getSupportsSubtypes

public EntityDescriptor.SupportSubtypeInfo getSupportsSubtypes()

setSupportsSubtypes

public void setSupportsSubtypes(EntityDescriptor.SupportSubtypeInfo supportsSubtypes)

getSupportsVC

public EntityDescriptor.BooleanWithURLType getSupportsVC()

setSupportsVC

public void setSupportsVC(EntityDescriptor.BooleanWithURLType supportsVC)

getSupportsWorkflow

public Boolean getSupportsWorkflow()

setSupportsWorkflow

public void setSupportsWorkflow(Boolean supportsWorkflow)

getTable

public String getTable()

setTable

public void setTable(String table)

getSupportsCopying

public EntityDescriptor.BooleanWithURLType getSupportsCopying()

setSupportsCopying

public void setSupportsCopying(EntityDescriptor.BooleanWithURLType supportsCopying)


Copyright © 2015 aludratest.org. All rights reserved.