org.lexevs.dao.database.access.property.batch
Class PropertyBatchInsertItem

java.lang.Object
  extended by org.lexevs.dao.database.access.property.batch.PropertyBatchInsertItem

public class PropertyBatchInsertItem
extends java.lang.Object

The Class PropertyBatchInsertItem.

Author:
Kevin Peterson

Constructor Summary
PropertyBatchInsertItem()
          Instantiates a new property batch insert item.
PropertyBatchInsertItem(java.lang.String parentId, Property property)
          Instantiates a new property batch insert item.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBatchInsertItem

public PropertyBatchInsertItem()
Instantiates a new property batch insert item.


PropertyBatchInsertItem

public PropertyBatchInsertItem(java.lang.String parentId,
                               Property property)
Instantiates a new property batch insert item.

Parameters:
parentId - the parent id
property - the property
Method Detail

getParentId

public java.lang.String getParentId()
Gets the parent id.

Returns:
the parent id

setParentId

public void setParentId(java.lang.String parentId)
Sets the parent id.

Parameters:
parentId - the new parent id

getProperty

public Property getProperty()
Gets the property.

Returns:
the property

setProperty

public void setProperty(Property property)
Sets the property.

Parameters:
property - the new property

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.