org.chromattic.docs.technical.groovy
Class Page
java.lang.Object
org.chromattic.docs.technical.groovy.Page
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class Page
- extends java.lang.Object
- implements groovy.lang.GroovyObject
- Version:
- $Revision$
- Author:
- Alain Defrance
|
Constructor Summary |
Page()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String value)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String value)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
Copyright © 2013 eXo Platform SAS. All Rights Reserved.