org.efaps.ui.wicket.resources
Class EFapsContentReference

java.lang.Object
  extended by org.efaps.ui.wicket.resources.EFapsContentReference
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable

public class EFapsContentReference
extends java.lang.Object
implements org.apache.wicket.IClusterable

This class is used as a Reference to an Object in the eFaps-DataBase.

Version:
$Id: EFapsContentReference.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
jmox
See Also:
Serialized Form

Constructor Summary
EFapsContentReference(java.lang.Class<?> _scope, java.lang.String _name)
          Constructor setting the name of the EFapsContentReference, from combining the name of the class and the name.
EFapsContentReference(java.lang.String _name)
          Constructor setting the name of the EFapsContentReference
 
Method Summary
 java.lang.String getImageUrl()
          get the URL to an Image from the eFaps-DataBase
 java.lang.String getName()
          This is the getter method for the instance variable name.
 java.lang.String getStaticContentUrl()
          get the URL to a Static Content from the eFaps-DataBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EFapsContentReference

public EFapsContentReference(java.lang.Class<?> _scope,
                             java.lang.String _name)
Constructor setting the name of the EFapsContentReference, from combining the name of the class and the name.

Parameters:
_scope - class the name will be included
_name - name of the Object

EFapsContentReference

public EFapsContentReference(java.lang.String _name)
Constructor setting the name of the EFapsContentReference

Parameters:
_name - Name to set
Method Detail

getName

public java.lang.String getName()
This is the getter method for the instance variable name.

Returns:
value of instance variable name

getImageUrl

public java.lang.String getImageUrl()
get the URL to an Image from the eFaps-DataBase

Returns:
URL as a String

getStaticContentUrl

public java.lang.String getStaticContentUrl()
get the URL to a Static Content from the eFaps-DataBase

Returns:
URL as a String


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.