Class AttributeModifierDTO
- java.lang.Object
-
- de.hybris.bootstrap.typesystem.dto.AttributeModifierDTO
-
public class AttributeModifierDTO extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeModifierDTO(int modifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intasInt()booleanisDontOptimize()booleanisInitial()booleanisOptional()booleanisPartOf()booleanisProperty()java.lang.StringtoString()AttributeModifierDTOwithOptimize(boolean flag)if true = dont optimize false otherwise dont optimize true
-
-
-
Method Detail
-
isDontOptimize
public boolean isDontOptimize()
-
isOptional
public boolean isOptional()
-
isPartOf
public boolean isPartOf()
-
isInitial
public boolean isInitial()
-
isProperty
public boolean isProperty()
-
asInt
public int asInt()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
withOptimize
public AttributeModifierDTO withOptimize(boolean flag)
if true = dont optimize false otherwise dont optimize true- Parameters:
flag-- Returns:
AttributeModifierDTOinstance.
-
-