|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimulations.database.core.AttackStrat
public class AttackStrat
| Constructor Summary | |
|---|---|
AttackStrat(java.sql.ResultSet rs)
Creates a new instance of AttackStrat |
|
AttackStrat(java.lang.String name,
int mem,
boolean neg)
|
|
| Method Summary | |
|---|---|
int |
getIdAttackStrat()
Getter for property idAttackStrat. |
int |
getMemory()
Getter for property memory. |
java.lang.String |
getName()
Getter for property name. |
boolean |
isNegative()
Getter for property negative. |
void |
setIdAttackStrat(int idAttackStrat)
Setter for property idAttackStrat. |
void |
setMemory(int memory)
Setter for property memory. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setNegative(boolean negative)
Setter for property negative. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttackStrat(java.sql.ResultSet rs)
public AttackStrat(java.lang.String name,
int mem,
boolean neg)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getIdAttackStrat()
public void setIdAttackStrat(int idAttackStrat)
idAttackStrat - New value of property idAttackStrat.public int getMemory()
public void setMemory(int memory)
memory - New value of property memory.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public boolean isNegative()
public void setNegative(boolean negative)
negative - New value of property negative.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||