Package org.openiam.am.srvc.dto.jdbc
Class AuthorizationMenu
- java.lang.Object
-
- org.openiam.am.srvc.dto.jdbc.AuthorizationMenu
-
- All Implemented Interfaces:
Serializable
public class AuthorizationMenu extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationMenu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntitlementType(MenuEntitlementType entitlementType)
void
afterPropertiesSet(List<ResourceProp> resourcePropertyList, List<LanguageMapping> languageMappings)
AuthorizationMenu
copy()
boolean
equals(Object obj)
int
hashCode()
void
localize(String languageId)
String
toString()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet(List<ResourceProp> resourcePropertyList, List<LanguageMapping> languageMappings)
-
localize
public void localize(String languageId)
-
addEntitlementType
public void addEntitlementType(MenuEntitlementType entitlementType)
-
copy
public AuthorizationMenu copy()
-
-