|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.data.constructor.SystemInfoConstructor<T>
public class SystemInfoConstructor<T extends ISystemInfo>
Constructor for create SystemInfo object
| Method Summary | ||
|---|---|---|
static SystemInfoConstructor |
create()
Create empty constructor with entity object |
|
static
|
create(P entity)
Create entity constructor with provided entity object |
|
ISystemInfo |
end()
Get created entity object |
|
static void |
setConstructor(IConstructor<ISystemInfo> constructor)
Setter for property 'constructor'. |
|
SystemInfoConstructor |
withDatabaseVersion(int databaseVersion)
Set database version to entity object |
|
SystemInfoConstructor |
withId(int id)
Set ID to entity object |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SystemInfoConstructor create()
public static <P extends ISystemInfo> SystemInfoConstructor<ISystemInfo> create(P entity)
public static void setConstructor(IConstructor<ISystemInfo> constructor)
constructor - Value to set for property 'constructor'.public SystemInfoConstructor withId(int id)
id - ID to set
public SystemInfoConstructor withDatabaseVersion(int databaseVersion)
databaseVersion - database version
public ISystemInfo end()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||