cz.muni.fi.cewebs.myservice.administration
Class GCPResponseEle
java.lang.Object
cz.muni.fi.cewebs.myservice.administration.GCPResponseEle
public class GCPResponseEle
- extends java.lang.Object
Třída obalující dvojici řetězců sloužících k jednoznačné identifikaci
konfiguračních fragmentů
Field Summary |
protected java.lang.String |
identifier
Identifikátor konfiguračního fragmentu. |
protected java.lang.String |
reuse
Identifikátor "sdíleného konfiguračního prostoru". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifier
protected java.lang.String identifier
- Identifikátor konfiguračního fragmentu. Musí být jedinečný v rámci
konfigurace dané služby.
reuse
protected java.lang.String reuse
- Identifikátor "sdíleného konfiguračního prostoru". Pokud mají nějaké
služby sdílet konfigurační fragmenty, musí u nich používat v tomto
atributu stejnou hodnotu. Tento identifikátor plní de-facto roli jmenného
prostoru, který vymezuje sdílení.
GCPResponseEle
public GCPResponseEle()
GCPResponseEle
public GCPResponseEle(java.lang.String identifier,
java.lang.String reuse)
getIdentifier
public java.lang.String getIdentifier()
setIdentifier
public void setIdentifier(java.lang.String identifier)
getReuse
public java.lang.String getReuse()
setReuse
public void setReuse(java.lang.String reuse)