org.apache.tapestry.record
Class PropertyPersistenceStrategyContribution

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.record.PropertyPersistenceStrategyContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class PropertyPersistenceStrategyContribution
extends org.apache.hivemind.impl.BaseLocatable

A contribution to the tapestry.persist.PersistenceStrategy configuration.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
PropertyPersistenceStrategyContribution()
           
 
Method Summary
 java.lang.String getName()
           
 PropertyPersistenceStrategy getStrategy()
           
 void setName(java.lang.String name)
           
 void setStrategy(PropertyPersistenceStrategy strategy)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPersistenceStrategyContribution

public PropertyPersistenceStrategyContribution()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getStrategy

public PropertyPersistenceStrategy getStrategy()

setStrategy

public void setStrategy(PropertyPersistenceStrategy strategy)