com.stratelia.webactiv.beans.admin
Class DomainProperty
java.lang.Object
com.stratelia.webactiv.beans.admin.DomainProperty
public class DomainProperty
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DomainProperty
public DomainProperty()
DomainProperty
public DomainProperty(ResourceLocator rs,
String num)
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.