org.kuali.rice.krad.data.metadata
Interface DataObjectAttributeSecurity
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DataObjectAttributeSecurityImpl
public interface DataObjectAttributeSecurity
- extends Serializable
Defines a set of restrictions that are possible on an attribute.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
isReadOnly
boolean isReadOnly()
isHide
boolean isHide()
isMask
boolean isMask()
isPartialMask
boolean isPartialMask()
getMaskFormatter
DataObjectAttributeMaskFormatter getMaskFormatter()
getPartialMaskFormatter
DataObjectAttributeMaskFormatter getPartialMaskFormatter()
hasAnyRestriction
boolean hasAnyRestriction()
- Returns whether any of the restrictions defined in this class are true.
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.