Class EnumValueDTO
java.lang.Object
de.hybris.bootstrap.typesystem.dto.EnumValueDTO
-
Constructor Summary
ConstructorsConstructorDescriptionEnumValueDTO(String extensionName, String enumTypeCode, String valueCode, int sequenceNumber, boolean asDefault, String description) -
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Constructor Details
-
EnumValueDTO
-
-
Method Details
-
getExtensionName
-
getEnumTypeCode
-
getValueCode
-
getSequenceNumber
public int getSequenceNumber() -
isAsDefault
public boolean isAsDefault() -
getDescription
-