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.String
getAttributeName()
java.lang.String
getDependentOnAttributeName()
java.lang.Boolean
getIsNull()
java.lang.String
getTypeCode()
void
setAttributeName(java.lang.String attributeName)
void
setDependentOnAttributeName(java.lang.String dependentOnAttributeName)
void
setIsNull(java.lang.Boolean isNull)
void
setTypeCode(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)
-
-