|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.resources.EFapsContentReference
public class EFapsContentReference
This class is used as a Reference to an Object in the eFaps-DataBase.
| 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 |
|---|
public EFapsContentReference(java.lang.Class<?> _scope,
java.lang.String _name)
_scope - class the name will be included_name - name of the Objectpublic EFapsContentReference(java.lang.String _name)
_name - Name to set| Method Detail |
|---|
public java.lang.String getName()
name.
namepublic java.lang.String getImageUrl()
public java.lang.String getStaticContentUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||