|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBProjectType
com.lapetus_ltd.api.db.xml.types.TLptsDBProjectType
public class TLptsDBProjectType
Class Description : Initiates the project information type.
TLptsFactoryProject
to hold the project information
Field Summary |
---|
Fields inherited from class com.lapetus_ltd._2009.xml.types.XLptsDBProjectType |
---|
connectionGroup, driverLoader, id, osDriver, remoteProject, requiresSave, statementGroup, version |
Constructor Summary | |
---|---|
TLptsDBProjectType()
This constructor initiates the project type. |
|
TLptsDBProjectType(XLptsDBProjectType projectType)
This constructor copies the project information from an existing XLptsDBProjectType. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Check for equal TLptsDBProjectType objects. |
Methods inherited from class com.lapetus_ltd._2009.xml.types.XLptsDBProjectType |
---|
getConnectionGroup, getDriverLoader, getId, getOsDriver, getStatementGroup, getVersion, isRemoteProject, isRequiresSave, setConnectionGroup, setDriverLoader, setId, setOsDriver, setRemoteProject, setRequiresSave, setStatementGroup, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TLptsDBProjectType()
This constructor initiates the project type.
Thread Safe : Yes Spawns its own Thread : No May Return NULL : Never. Notes :TLptsDBProjectType projectType = new TLptsDBProjectType();
public TLptsDBProjectType(XLptsDBProjectType projectType)
This constructor copies the project information from an existing XLptsDBProjectType.
Thread Safe : Yes Spawns its own Thread : No May Return NULL : Never. Notes : Use this function every time you need to copy or instantiate a type XLptsDBProjectType class.public void example(XLptsDBProjectType projectType) { TLptsDBProjectType pt = new TLptsDBProjectType(projectType); }
projectType
- the class object to copy.Method Detail |
---|
public boolean equals(java.lang.Object obj)
Check for equal TLptsDBProjectType objects.
Thread Safe : Yes Spawns its own Thread : No May Return NULL : n/a Notes : Use this to compare this object to another TLptsDBProjectType object. Example :TLptsDBProjectType pt1 = new TLptsDBProjectType(); TLptsDBProjectType pt2 = new TLptsDBProjectType(); return pt1.equals(pt2);
equals
in class java.lang.Object
obj
- the connection group type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |