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

org.chromattic.docs.technical.groovy.CompiledPage 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/CompiledPage.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;
import org.chromattic.spi.instrument.MethodHandler;
import org.chromattic.groovy.ChromatticGroovyInvocation;

/**
 * @author Alain Defrance
 * @version $Revision$
 */
public class CompiledPage
    extends java.lang.Object
    implements groovy.lang.GroovyObject, GroovyInterceptable
{
    private java.lang.String name = null;

    /**
     * The page title.
     */
    private java.lang.String title = null;

    /**
     * The page content.
     */
    private java.lang.String content = null;

    private MethodHandler chromatticInvoker_ = null;

    /**
     * Magic constructor
     */
    private CompiledPage(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
        throw new InternalError("Stubbed method");
    }

    protected CompiledPage() {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public CompiledPage(MethodHandler chromatticInvoker) {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

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

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

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

    public void setTitle(java.lang.String title) {
        throw new InternalError("Stubbed method");
    }

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

    public void setContent(java.lang.String content) {
        throw new InternalError("Stubbed method");
    }

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

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

    public void setProperty(java.lang.String p, java.lang.Object v) {
        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");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy