public final class ConfigPropertySet extends Object
Constructor and Description |
---|
ConfigPropertySet() |
ConfigPropertySet(ConfigPropertySet cps) |
ConfigPropertySet(String entityName,
Long entityId) |
public ConfigPropertySet()
public ConfigPropertySet(ConfigPropertySet cps)
public String getEntityName()
public Long getEntityId()
public boolean contains(String propertyName)
public String getStringPropertyDefault(String propertyKey, String defaultValue)
public Boolean getBooleanPropertyDefault(String propertyName, Boolean defaultValue)
public boolean removeProperty(String propertyName)
public ConfigPropertySet copyForEntity(String entity, Long id)
public Collection<ConfigPropertySetEntry> entries()
public Map<String,ConfigPropertySetEntry> entryMap()
Copyright © 2002-2022 Atlassian. All Rights Reserved.