org.jboss.seam.jcr.test.ocm
Class BasicNode
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicNode
public BasicNode()
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.