Class RelationTypeDTO
java.lang.Object
de.hybris.bootstrap.typesystem.dto.RelationTypeDTO
-
Constructor Summary
ConstructorsConstructorDescriptionRelationTypeDTO(String extensionName, String code, String metaType, String jaloClassName, String srcRole, String srcType, boolean srcNavigable, int srcModifiers, boolean srcUniqueModifier, YRelationEnd.Cardinality srcCard, boolean srcOrdered, YCollectionType.TypeOfCollection srcCollType, Map<String, String> srcProps, String srcMetaType, String srcDescription, ModelTagListener.ModelData srcModelData, String tgtRole, String tgtType, boolean tgtNavigable, int tgtModifiers, boolean tgtUniqueModifier, YRelationEnd.Cardinality tgtCard, boolean tgtOrdered, YCollectionType.TypeOfCollection tgtCollType, Map<String, String> tgtProps, String tgtMetaType, String tgtDescription, ModelTagListener.ModelData tgtModelData, String deployment, boolean localized, boolean autocreate, boolean generate) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()intintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
RelationTypeDTO
public RelationTypeDTO(String extensionName, String code, String metaType, String jaloClassName, String srcRole, String srcType, boolean srcNavigable, int srcModifiers, boolean srcUniqueModifier, YRelationEnd.Cardinality srcCard, boolean srcOrdered, YCollectionType.TypeOfCollection srcCollType, Map<String, String> srcProps, String srcMetaType, String srcDescription, ModelTagListener.ModelData srcModelData, String tgtRole, String tgtType, boolean tgtNavigable, int tgtModifiers, boolean tgtUniqueModifier, YRelationEnd.Cardinality tgtCard, boolean tgtOrdered, YCollectionType.TypeOfCollection tgtCollType, Map<String, String> tgtProps, String tgtMetaType, String tgtDescription, ModelTagListener.ModelData tgtModelData, String deployment, boolean localized, boolean autocreate, boolean generate)
-
-
Method Details
-
getExtensionName
-
getCode
-
getMetaType
-
getJaloClassName
-
getSrcRole
-
getSrcType
-
getSrcModifiers
public int getSrcModifiers() -
isSrcUniqueModifier
public boolean isSrcUniqueModifier() -
getSrcCard
-
isSrcOrdered
public boolean isSrcOrdered() -
getSrcCollType
-
getSrcProps
-
getSrcMetaType
-
getSrcDescription
-
getSrcModelData
-
getTgtRole
-
getTgtType
-
getTgtModifiers
public int getTgtModifiers() -
isTgtUniqueModifier
public boolean isTgtUniqueModifier() -
getTgtCard
-
isTgtOrdered
public boolean isTgtOrdered() -
getTgtCollType
-
getTgtProps
-
getTgtMetaType
-
getTgtDescription
-
getTgtModelData
-
getDeployment
-
isLocalized
public boolean isLocalized() -
isAutocreate
public boolean isAutocreate() -
isGenerate
public boolean isGenerate()
-