com.fatwire.assetapi.site
Interface UserAttributeDef


public interface UserAttributeDef

Define an attribute for a user


Method Summary
 java.lang.String getName()
          The name of the attribute
 UserAttributeTypeEnum getType()
          The type of the attribute
 java.lang.String getUIFormName()
          The display name of the attribute on UI
 boolean isRquired()
          Whehter the attribute is required or not
 

Method Detail

getName

java.lang.String getName()
The name of the attribute

Returns:
the String name of the attribute

getUIFormName

java.lang.String getUIFormName()
The display name of the attribute on UI

Returns:
the String UI display name of the attribute

isRquired

boolean isRquired()
Whehter the attribute is required or not

Returns:
true if the attribute is required, false otherwise

getType

UserAttributeTypeEnum getType()
The type of the attribute

Returns:
the type enum


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.