atg.repository
Interface MutableRepositoryItem
- All Superinterfaces: 
- DisplayableItem, RepositoryItem
- All Known Subinterfaces: 
- SecuredMutableRepositoryItem
- All Known Implementing Classes: 
- GenericSecuredMutableContentItem, GenericSecuredMutableFolderItem, GenericSecuredMutableRepositoryItem, Profile, RepositoryItemImpl
- public interface MutableRepositoryItem 
- extends RepositoryItem
RepositoryItem that can be updated.
- See Also:
- MutableRepository.getItemForUpdate
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
| Method Summary | 
|  void | setPropertyValue(java.lang.String pPropertyName,
                 java.lang.Object pPropertyValue)Sets the property of the given name with the supplied object
 | 
 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
setPropertyValue
void setPropertyValue(java.lang.String pPropertyName,
                      java.lang.Object pPropertyValue)
- Sets the property of the given name with the supplied object
 
- 
 
-