org.jboss.system.server.profileservice.persistence.xml
Class PersistedPropertiesValue

java.lang.Object
  extended by org.jboss.system.server.profileservice.persistence.xml.AbstractElement
      extended by org.jboss.system.server.profileservice.persistence.xml.AbstractPersisitedValue
          extended by org.jboss.system.server.profileservice.persistence.xml.PersistedPropertiesValue
All Implemented Interfaces:
PersistedElement, PersistedValue

public class PersistedPropertiesValue
extends AbstractPersisitedValue
implements PersistedValue

The persisted TableValue.

Version:
$Revision: 85945 $
Author:
Emanuel Muckenhuber

Constructor Summary
PersistedPropertiesValue()
           
 
Method Summary
 List<PersistedPair> getEntries()
           
 void setEntries(List<PersistedPair> entries)
           
 
Methods inherited from class org.jboss.system.server.profileservice.persistence.xml.AbstractPersisitedValue
visit
 
Methods inherited from class org.jboss.system.server.profileservice.persistence.xml.AbstractElement
getClassName, getName, setClassName, setName, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.system.server.profileservice.persistence.xml.PersistedValue
visit
 
Methods inherited from interface org.jboss.system.server.profileservice.persistence.xml.PersistedElement
getName, setName
 

Constructor Detail

PersistedPropertiesValue

public PersistedPropertiesValue()
Method Detail

getEntries

public List<PersistedPair> getEntries()

setEntries

public void setEntries(List<PersistedPair> entries)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.