public class PropertyData extends Object
Constructor and Description |
---|
PropertyData(String newName,
PropertyData propertyData)
Copies the given property data, except the name.
|
PropertyData(String name,
String beanName,
String accessType,
ModificationStore store) |
PropertyData(String name,
String beanName,
String accessType,
ModificationStore store,
boolean usingModifiedFlag,
String modifiedFlagName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccessType() |
String |
getBeanName() |
String |
getModifiedFlagPropertyName() |
String |
getName() |
ModificationStore |
getStore() |
int |
hashCode() |
boolean |
isUsingModifiedFlag() |
public PropertyData(String newName, PropertyData propertyData)
newName
- New name.propertyData
- Property data to copy the rest of properties from.public PropertyData(String name, String beanName, String accessType, ModificationStore store)
name
- Name of the property.beanName
- Name of the property in the bean.accessType
- Accessor type for this property.store
- How this property should be stored.public PropertyData(String name, String beanName, String accessType, ModificationStore store, boolean usingModifiedFlag, String modifiedFlagName)
name
- Name of the property.beanName
- Name of the property in the bean.accessType
- Accessor type for this property.store
- How this property should be stored.usingModifiedFlag
- Defines if field changes should be trackedpublic String getName()
public String getBeanName()
public String getAccessType()
public ModificationStore getStore()
public boolean isUsingModifiedFlag()
public String getModifiedFlagPropertyName()
Copyright © 2016 JBoss by Red Hat. All rights reserved.