public class PropertyBatchInsertItem
extends java.lang.Object
Constructor and Description |
---|
PropertyBatchInsertItem()
Instantiates a new property batch insert item.
|
PropertyBatchInsertItem(java.lang.String parentId,
Property property)
Instantiates a new property batch insert item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParentId()
Gets the parent id.
|
Property |
getProperty()
Gets the property.
|
void |
setParentId(java.lang.String parentId)
Sets the parent id.
|
void |
setProperty(Property property)
Sets the property.
|
public PropertyBatchInsertItem()
public PropertyBatchInsertItem(java.lang.String parentId, Property property)
parentId
- the parent idproperty
- the propertypublic java.lang.String getParentId()
public void setParentId(java.lang.String parentId)
parentId
- the new parent idpublic Property getProperty()
public void setProperty(Property property)
property
- the new property