Package fr.formiko.formiko
Class ObjetAId
java.lang.Object
fr.formiko.formiko.ObjetAId
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ObjetSurCarteAId
Basic class for all Object with an id.
- Author:
- Hydrolien
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ic
protected static int ic -
id
protected final int id
-
-
Constructor Details
-
ObjetAId
public ObjetAId()Main constructor.
-
-
Method Details
-
getId
public int getId() -
getIc
public static int getIc() -
getI
public static int getI() -
ini
public static void ini() -
equals
Standard equals function with id. Null & other class type proof. -
hashCode
public int hashCode() -
toStringShort
Return a short string that describe this. -
toString
Return a string that describe this.
-