|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.viewmanager.stubs.calls.FactoryParameters
public class FactoryParameters
ViewResource creation parameters.
| Constructor Summary | |
|---|---|
FactoryParameters()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getPlugin()
Returns the target plugin. |
View |
getView()
Returns the view definition. |
int |
hashCode()
|
boolean |
isBroadcast()
|
void |
setBroadcast(boolean broadcast)
|
void |
setPlugin(java.lang.String plugin)
Sets the target plugin. |
void |
setView(View view)
Sets the view definition. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryParameters()
| Method Detail |
|---|
public View getView()
public void setView(View view)
view - the definition.public java.lang.String getPlugin()
public void setPlugin(java.lang.String plugin)
plugin - the plugin.public boolean isBroadcast()
public void setBroadcast(boolean broadcast)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||