public class EnvironmentInstancePropertiesPOJO extends BasePOJO
Constructor and Description |
---|
EnvironmentInstancePropertiesPOJO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PropertyDataPOJO> |
getActiveProperties() |
int |
getActivePropertiesCount() |
PropertyDataPOJO |
getForPropertyId(java.lang.Long pPropertyId) |
PropertyDataPOJO |
getProjectPropertyForKeyName(java.lang.String pKeyName) |
java.util.List<PropertyDataPOJO> |
getProperties() |
java.util.List<PropertyDataPOJO> |
getPropertiesForDefinitionId(java.lang.Long pDefId)
This would only have one value at this time, but if we implment
more overrides at Project level than there can be more values here
for Target scoped properties.
|
boolean |
hasNewPropertyData() |
void |
remove(PropertyDataPOJO pProperty)
we do not delete rows, but just mark them as inactive.
|
void |
sortProperties() |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public java.util.List<PropertyDataPOJO> getProperties()
public void sortProperties()
public java.util.List<PropertyDataPOJO> getActiveProperties()
public int getActivePropertiesCount()
public java.util.List<PropertyDataPOJO> getPropertiesForDefinitionId(java.lang.Long pDefId)
pDefId
- public PropertyDataPOJO getProjectPropertyForKeyName(java.lang.String pKeyName)
public PropertyDataPOJO getForPropertyId(java.lang.Long pPropertyId)
pPropertyId
- public java.lang.String toString()
BasePOJO
public void remove(PropertyDataPOJO pProperty)
pProperty
- public boolean hasNewPropertyData()