com.avaje.ebean.text
Class PathProperties.Props

java.lang.Object
  extended by com.avaje.ebean.text.PathProperties.Props
Enclosing class:
PathProperties

public static class PathProperties.Props
extends Object


Method Summary
 PathProperties.Props copy(PathProperties newOwner)
          Create a shallow copy of this Props instance.
 String getPath()
           
 Set<String> getProperties()
          Return the properties for this property set.
 String getPropertiesAsString()
          Return the properties as a comma delimited string.
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

copy

public PathProperties.Props copy(PathProperties newOwner)
Create a shallow copy of this Props instance.


getPath

public String getPath()

toString

public String toString()
Overrides:
toString in class Object

isEmpty

public boolean isEmpty()

getProperties

public Set<String> getProperties()
Return the properties for this property set.


getPropertiesAsString

public String getPropertiesAsString()
Return the properties as a comma delimited string.



Copyright © 2010. All Rights Reserved.