public final class ExtrasAttributesHome extends Object
Modifier and Type | Method and Description |
---|---|
static ExtrasAttributes |
create(ExtrasAttributes extrasAttributes)
Create an instance of the extrasAttributes class
|
static ExtrasAttributes |
findByPrimaryKey(int nKey)
Returns an instance of a extrasAttributes whose identifier is specified in parameter
|
static List<ExtrasAttributes> |
getExtrasAttributessList()
Load the data of all the extrasAttributes objects and returns them in form of a collection
|
static List<Integer> |
getIdExtrasAttributessList()
Load the id of all the extrasAttributes objects and returns them in form of a collection
|
static void |
remove(int nKey)
Remove the extrasAttributes whose identifier is specified in parameter
|
static ExtrasAttributes |
update(ExtrasAttributes extrasAttributes)
Update of the extrasAttributes which is specified in parameter
|
public static ExtrasAttributes create(ExtrasAttributes extrasAttributes)
extrasAttributes
- The instance of the ExtrasAttributes which contains the informations to storepublic static ExtrasAttributes update(ExtrasAttributes extrasAttributes)
extrasAttributes
- The instance of the ExtrasAttributes which contains the data to storepublic static void remove(int nKey)
nKey
- The extrasAttributes Idpublic static ExtrasAttributes findByPrimaryKey(int nKey)
nKey
- The extrasAttributes primary keypublic static List<ExtrasAttributes> getExtrasAttributessList()
Copyright © 2016 City of Paris. All rights reserved.