|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockcentral.editor.nodes.fixture.FixtureDataBean
public class FixtureDataBean
Bean class used to store and retrieve data used to construct the JDOM
Element for a FixtureNode.
| Constructor Summary | |
|---|---|
FixtureDataBean()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFixtureDescription()
Returns the fixture description. |
java.lang.String |
getFixtureName()
Returns the fixture name. |
java.util.List<MockCentralNode> |
getImportedFixtures()
Returns the list of imported fixtures. |
boolean |
isOpenMockObjectGroupPage()
Returns whether the editor should open the mock object group page after an edit. |
boolean |
isOpenMockObjectGroupPageAfterPaste()
Returns whether the editor should open the mock object group page after a paste operation. |
void |
setFixtureDescription(java.lang.String fixtureDescription)
Sets the fixture description. |
void |
setFixtureName(java.lang.String fixtureName)
Sets the fixture name. |
void |
setImportedFixtures(java.util.List<MockCentralNode> importedFixtures)
Sets the list of imported fixtures. |
void |
setOpenMockObjectGroupPage(boolean openMockObjectGroupPage)
Sets whether the editor should open the mock object group page after an edit. |
void |
setOpenMockObjectGroupPageAfterPaste(boolean openMockObjectGroupPageAfterPaste)
Sets whether the editor should open the mock object group page after a paste operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixtureDataBean()
| Method Detail |
|---|
public java.lang.String getFixtureName()
public void setFixtureName(java.lang.String fixtureName)
fixtureName - the fixture name to set.public java.lang.String getFixtureDescription()
public void setFixtureDescription(java.lang.String fixtureDescription)
fixtureDescription - the fixture description to set.public java.util.List<MockCentralNode> getImportedFixtures()
public void setImportedFixtures(java.util.List<MockCentralNode> importedFixtures)
importedFixtures - list of imported fixtures to set.public boolean isOpenMockObjectGroupPage()
public void setOpenMockObjectGroupPage(boolean openMockObjectGroupPage)
openMockObjectGroupPage - whether the editor should open the mock
object group page after an edit.public boolean isOpenMockObjectGroupPageAfterPaste()
public void setOpenMockObjectGroupPageAfterPaste(boolean openMockObjectGroupPageAfterPaste)
openMockObjectGroupPageAfterPaste - whether the editor should open
the mock object group page after a paste operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||