de.espirit.firstspirit.access.editor.value
Interface ElementReference


public interface ElementReference

Since:
4.0

Method Summary
 Referenceable get()
           
 DocumentGroup getDocumentGroup()
           
 Language getLanguage()
           
 Media getMedia()
           
 PageRef getPageRef()
           
 String getReferenceName()
           
 String getRemote()
           
 Section<?> getSection()
           
 String getSectionName()
           
 boolean isEmpty()
           
 void set(Referenceable reference)
           
 void setDocumentGroup(DocumentGroup documentGroup)
           
 void setMedia(Media medium)
           
 void setPageRef(PageRef pageRef)
           
 void setReferenceName(String name)
           
 void setRemote(String name)
           
 void setSection(Section<?> section)
           
 void setSectionName(String name)
           
 

Method Detail

get

Referenceable get()
Since:
4.0

set

void set(@Nullable
         Referenceable reference)
Since:
4.0

isEmpty

boolean isEmpty()
Since:
4.0

getLanguage

Language getLanguage()
Since:
4.0

getReferenceName

String getReferenceName()
Since:
4.0.120

setReferenceName

void setReferenceName(String name)
Since:
4.0.120

getRemote

String getRemote()
Since:
4.2.14

setRemote

void setRemote(String name)
Since:
4.2.14

getSection

@Nullable
Section<?> getSection()
Since:
4.0

setSection

void setSection(@Nullable
                Section<?> section)
Since:
4.0

getPageRef

@Nullable
PageRef getPageRef()
Since:
4.0

setPageRef

void setPageRef(PageRef pageRef)
Since:
4.0

getMedia

@Nullable
Media getMedia()
Since:
4.0

setMedia

void setMedia(Media medium)
Since:
4.0

getDocumentGroup

@Nullable
DocumentGroup getDocumentGroup()
Since:
4.0

setDocumentGroup

void setDocumentGroup(DocumentGroup documentGroup)
Since:
4.0

getSectionName

String getSectionName()
Since:
4.0

setSectionName

void setSectionName(String name)
Since:
4.0


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480