public class ComposedTypeDTO extends TypeDTO
| Constructor and Description |
|---|
ComposedTypeDTO()
Generated constructor - for generic creation.
|
getCode, getDefaultValue, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setXmldefinitiongetAutocreate, getDeprecated, getExtensionName, getGenerate, getName, setAutocreate, setDeprecated, setExtensionName, setGenerate, setNamegetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic ComposedTypeDTO()
public Boolean getAbstract()
public Collection<ComposedTypeDTO> getAllSubTypes()
public Collection<ComposedTypeDTO> getAllSuperTypes()
public Boolean getCatalogItemType()
public AttributeDescriptorDTO getCatalogVersionAttribute()
public Set<CockpitItemTemplateDTO> getCockpitItemTemplates()
public Set<AbstractConstraintDTO> getConstraints()
public Collection<AttributeDescriptorDTO> getDeclaredattributedescriptors()
public String getDumpPropertyTable()
public Boolean getDynamic()
public Collection<FormatDTO> getFormats()
public MediaDTO getHmcIcon()
public Collection<AttributeDescriptorDTO> getInheritedattributedescriptors()
public Class getJaloclass()
public Boolean getJaloonly()
public String getJndiName()
public Boolean getLegacyPersistence()
public Boolean getLogHMCChanges()
public Collection<PlaceholderTemplateDTO> getPlaceholderTemplates()
public Collection<ProductReferencesAndClassificationsComponentDTO> getProductReferencesAndClassificationsComponents()
public Boolean getSingleton()
public Collection<StreamConfigurationDTO> getStreamConfigurations()
public Collection<ComposedTypeDTO> getSubtypes()
public ComposedTypeDTO getSuperType()
public Boolean getSystemType()
public String getTable()
public Collection<AttributeDescriptorDTO> getUniqueKeyAttributes()
public void setAbstract(Boolean value)
public void setAllSubTypes(Collection<ComposedTypeDTO> value)
public void setAllSuperTypes(Collection<ComposedTypeDTO> value)
public void setCatalogItemType(Boolean value)
public void setCatalogVersionAttribute(AttributeDescriptorDTO value)
public void setCockpitItemTemplates(Set<CockpitItemTemplateDTO> value)
public void setConstraints(Set<AbstractConstraintDTO> value)
public void setDeclaredattributedescriptors(Collection<AttributeDescriptorDTO> value)
public void setDumpPropertyTable(String value)
public void setDynamic(Boolean value)
public void setFormats(Collection<FormatDTO> value)
public void setHmcIcon(MediaDTO value)
public void setInheritedattributedescriptors(Collection<AttributeDescriptorDTO> value)
public void setJaloclass(Class value)
public void setJaloonly(Boolean value)
public void setJndiName(String value)
public void setLegacyPersistence(Boolean value)
public void setLogHMCChanges(Boolean value)
public void setPlaceholderTemplates(Collection<PlaceholderTemplateDTO> value)
public void setProductReferencesAndClassificationsComponents(Collection<ProductReferencesAndClassificationsComponentDTO> value)
public void setSingleton(Boolean value)
public void setStreamConfigurations(Collection<StreamConfigurationDTO> value)
public void setSubtypes(Collection<ComposedTypeDTO> value)
public void setSuperType(ComposedTypeDTO value)
public void setSystemType(Boolean value)
public void setTable(String value)
public void setUniqueKeyAttributes(Collection<AttributeDescriptorDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.