public class ImportedObject extends Object
Constructor and Description |
---|
ImportedObject(String className,
String packageName,
Collection<ImportedProperty> properties,
CompositeId compositeId) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
CompositeId |
getCompositeId() |
PrimitiveId |
getIdProperty() |
String |
getIdPropertyStr() |
String |
getPackageName() |
Collection<ImportedProperty> |
getProperties() |
String |
getStringProperty(String propertyName) |
String |
toString() |
public ImportedObject(String className, String packageName, Collection<ImportedProperty> properties, CompositeId compositeId)
public String getClassName()
public Collection<ImportedProperty> getProperties()
public String getPackageName()
public CompositeId getCompositeId()
public String getIdPropertyStr()
public PrimitiveId getIdProperty()
Copyright © 2003–2020 Atlassian. All rights reserved.