org.apache.tapestry.record
Class PropertyPersistenceStrategyContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.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
 String getName()
           
 PropertyPersistenceStrategy getStrategy()
           
 void setName(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 String getName()

setName

public void setName(String name)

getStrategy

public PropertyPersistenceStrategy getStrategy()

setStrategy

public void setStrategy(PropertyPersistenceStrategy strategy)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.