com.stratelia.webactiv.beans.admin
Class DomainProperty

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.DomainProperty

public class DomainProperty
extends Object


Field Summary
static int DEFAULT_MAX_LENGTH
           
static String PROPERTY_TYPE_BOOLEAN
           
static String PROPERTY_TYPE_STRING
           
static String PROPERTY_TYPE_USERID
           
static String PROPERTY_UPDATE_NOT_ALLOWED
           
static String PROPERTY_UPDATEALLOWED_ADMIN
           
static String PROPERTY_UPDATEALLOWED_USER
           
 
Constructor Summary
DomainProperty()
           
DomainProperty(ResourceLocator rs, String num)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getMapParameter()
           
 int getMaxLength()
           
 String getName()
           
 String getRedirectAttribute()
           
 String getRedirectOU()
           
 String getType()
           
 boolean isUpdateAllowedToAdmin()
           
 boolean isUpdateAllowedToUser()
           
 boolean isUsedToImport()
           
 void setDescription(String description)
           
 void setLabel(String label)
           
 void setMapParameter(String mapParameter)
           
 void setMaxLength(int maxLength)
           
 void setName(String propertyName)
           
 void setType(String propertyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_TYPE_STRING

public static final String PROPERTY_TYPE_STRING
See Also:
Constant Field Values

PROPERTY_TYPE_USERID

public static final String PROPERTY_TYPE_USERID
See Also:
Constant Field Values

PROPERTY_TYPE_BOOLEAN

public static final String PROPERTY_TYPE_BOOLEAN
See Also:
Constant Field Values

DEFAULT_MAX_LENGTH

public static final int DEFAULT_MAX_LENGTH
See Also:
Constant Field Values

PROPERTY_UPDATEALLOWED_ADMIN

public static final String PROPERTY_UPDATEALLOWED_ADMIN
See Also:
Constant Field Values

PROPERTY_UPDATEALLOWED_USER

public static final String PROPERTY_UPDATEALLOWED_USER
See Also:
Constant Field Values

PROPERTY_UPDATE_NOT_ALLOWED

public static final String PROPERTY_UPDATE_NOT_ALLOWED
See Also:
Constant Field Values
Constructor Detail

DomainProperty

public DomainProperty()

DomainProperty

public DomainProperty(ResourceLocator rs,
                      String num)
Method Detail

setName

public void setName(String propertyName)

getName

public String getName()

setType

public void setType(String propertyType)

getType

public String getType()

setMaxLength

public void setMaxLength(int maxLength)

getMaxLength

public int getMaxLength()

setMapParameter

public void setMapParameter(String mapParameter)

getMapParameter

public String getMapParameter()

isUsedToImport

public boolean isUsedToImport()

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getRedirectAttribute

public String getRedirectAttribute()

getRedirectOU

public String getRedirectOU()

isUpdateAllowedToUser

public boolean isUpdateAllowedToUser()

isUpdateAllowedToAdmin

public boolean isUpdateAllowedToAdmin()


Copyright © 2016 Silverpeas. All Rights Reserved.