Index

A B G M S 
All Classes and Interfaces|All Packages

A

A - Class in main.java
A is an abstract class that works as an example for the project
A() - Constructor for class main.java.A
Basic constructor
A(int, String) - Constructor for class main.java.A
Populated constructor

B

B - Class in main.java
B is a class that extends from A class
B(int, String) - Constructor for class main.java.B
This is the unique constructor.

G

getIntValue() - Method in class main.java.A
This is a the description of getIntValue
getStringValue() - Method in class main.java.A
This is a the description of getStringValue

M

main.java - package main.java
 

S

setIntValue(int) - Method in class main.java.A
This is a simple description of setIntValue
setStringValue(String) - Method in class main.java.A
This is a simple description of setStringValue
A B G M S 
All Classes and Interfaces|All Packages