Class DomainProperty
- java.lang.Object
-
- org.silverpeas.core.admin.domain.model.DomainProperty
-
public class DomainProperty extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_MAX_LENGTH
static String
PROPERTY_TYPE_BOOLEAN
static String
PROPERTY_TYPE_STRING
static String
PROPERTY_TYPE_USERID
static String
PROPERTY_UPDATE_ALLOWED_ADMIN
static String
PROPERTY_UPDATE_ALLOWED_USER
static String
PROPERTY_UPDATE_NOT_ALLOWED
-
Constructor Summary
Constructors Constructor Description DomainProperty()
DomainProperty(org.silverpeas.kernel.bundle.SettingBundle rs, int num)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getLabel()
String
getMapParameter()
int
getMaxLength()
String
getName()
String
getRedirectAttribute()
String
getRedirectOU()
String
getType()
boolean
isSensitive()
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)
-
-
-
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_UPDATE_ALLOWED_ADMIN
public static final String PROPERTY_UPDATE_ALLOWED_ADMIN
- See Also:
- Constant Field Values
-
PROPERTY_UPDATE_ALLOWED_USER
public static final String PROPERTY_UPDATE_ALLOWED_USER
- See Also:
- Constant Field Values
-
PROPERTY_UPDATE_NOT_ALLOWED
public static final String PROPERTY_UPDATE_NOT_ALLOWED
- See Also:
- Constant Field Values
-
-
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()
-
isSensitive
public boolean isSensitive()
-
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()
-
-