public class AttributeUpdater extends Object
| Constructor and Description | 
|---|
AttributeUpdater(LibraryObject reposObject,
                String reposAttrName,
                Object value)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getRepositoryAttributeName()
Returns the attribute name to update. 
 | 
LibraryObject | 
getRepositoryObject()
Returns the repository object to be updated. 
 | 
Object | 
getValue()
Returns the value to update the attribute to. 
 | 
public AttributeUpdater(LibraryObject reposObject, String reposAttrName, Object value)
reposObject - The repository object to update.reposAttrName - The attribute name in the repository.value - The value the attribute needs to be updated to.public LibraryObject getRepositoryObject()
public String getRepositoryAttributeName()
public Object getValue()
Copyright © 2025. All rights reserved.