Class UIAccessRightDependency
- java.lang.Object
-
- de.hybris.platform.configurablebundlecockpits.admincockpit.services.security.data.UIAccessRightDependency
-
public class UIAccessRightDependency extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UIAccessRightDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeName()java.lang.StringgetDependentOnAttributeName()java.lang.BooleangetIsNull()java.lang.StringgetTypeCode()voidsetAttributeName(java.lang.String attributeName)voidsetDependentOnAttributeName(java.lang.String dependentOnAttributeName)voidsetIsNull(java.lang.Boolean isNull)voidsetTypeCode(java.lang.String typeCode)
-
-
-
Method Detail
-
getTypeCode
public java.lang.String getTypeCode()
-
setTypeCode
public void setTypeCode(java.lang.String typeCode)
-
getAttributeName
public java.lang.String getAttributeName()
-
setAttributeName
public void setAttributeName(java.lang.String attributeName)
-
getDependentOnAttributeName
public java.lang.String getDependentOnAttributeName()
-
setDependentOnAttributeName
public void setDependentOnAttributeName(java.lang.String dependentOnAttributeName)
-
getIsNull
public java.lang.Boolean getIsNull()
-
setIsNull
public void setIsNull(java.lang.Boolean isNull)
-
-