org.jboss.seam.jcr.test.ocm
Class BasicNode

java.lang.Object
  extended by org.jboss.seam.jcr.test.ocm.BasicNode
All Implemented Interfaces:
Serializable

@JcrNode(value="nt:unstructured")
public class BasicNode
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BasicNode()
           
 
Method Summary
 String getLordy()
           
 String getUuid()
           
 String getValue()
           
 void setLordy(String lordy)
           
 void setUuid(String uuid)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicNode

public BasicNode()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getLordy

@JcrProperty(value="notaproperty")
public String getLordy()

setLordy

public void setLordy(String lordy)


Copyright © 2011 Seam Framework. All Rights Reserved.