All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.chromattic.docs.technical.groovy.Page Maven / Gradle / Ivy

The newest version!
//
// Generated stub from file:/Users/julien/java/chromattic/target/checkout/docs/technical/examples/src/main/groovy/org/chromattic/docs/technical/groovy/Page.groovy
//

package org.chromattic.docs.technical.groovy;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import org.chromattic.api.annotations.Name;
import org.chromattic.api.annotations.Property;
import org.chromattic.api.annotations.PrimaryType;

/**
 * @author Alain Defrance
 * @version $Revision$
 */
public class Page
    extends java.lang.Object
    implements groovy.lang.GroovyObject
{
    /**
     * The page name.
     */
    private java.lang.String name = null;
    public java.lang.String getName() {
        throw new InternalError("Stubbed method");
    }
    public void setName(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * The page title.
     */
    private java.lang.String title = null;
    public java.lang.String getTitle() {
        throw new InternalError("Stubbed method");
    }
    public void setTitle(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * The page content.
     */
    private java.lang.String content = null;
    public java.lang.String getContent() {
        throw new InternalError("Stubbed method");
    }
    public void setContent(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy