org.efaps.ui.wicket.resources
Class EFapsContentReference

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

public class EFapsContentReference
extends 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(Class<?> _scope, String _name)
          Constructor setting the name of the EFapsContentReference, from combining the name of the class and the name.
EFapsContentReference(String _name)
          Constructor setting the name of the EFapsContentReference
 
Method Summary
 String getImageUrl()
          get the URL to an Image from the eFaps-DataBase
 String getName()
          This is the getter method for the instance variable name.
 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(Class<?> _scope,
                             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(String _name)
Constructor setting the name of the EFapsContentReference

Parameters:
_name - Name to set
Method Detail

getName

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

Returns:
value of instance variable name

getImageUrl

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

Returns:
URL as a String

getStaticContentUrl

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

Returns:
URL as a String


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