public interface Bean
Modifier and Type | Method and Description |
---|---|
int |
getAge()
Returns the Age
|
String |
getCurrency() |
Date |
getDateBirth() |
Date |
getDateEndOfWorld() |
String |
getDescription()
Returns the Description
|
String |
getEmail()
Returns the Email
|
int |
getIdObject()
Returns the IdObject
|
String |
getName()
Returns the Name
|
BigDecimal |
getPercent() |
BigDecimal |
getSalary() |
String |
getUrl() |
void |
setAge(int nAge)
Sets the Age
|
void |
setCurrency(String strCurrency) |
void |
setDateBirth(Date dateBirth) |
void |
setDateEndOfWorld(Date dateEndOfWorld) |
void |
setDescription(String strDescription)
Sets the Description
|
void |
setEmail(String strEmail)
Sets the Email
|
void |
setIdObject(int nIdObject)
Sets the IdObject
|
void |
setName(String strName)
Sets the Name
|
void |
setPercent(BigDecimal percent) |
void |
setSalary(BigDecimal salary) |
void |
setUrl(String strUrl) |
int getAge()
String getCurrency()
Date getDateBirth()
Date getDateEndOfWorld()
String getDescription()
String getEmail()
int getIdObject()
String getName()
BigDecimal getPercent()
BigDecimal getSalary()
void setAge(int nAge)
nAge
- The Agevoid setCurrency(String strCurrency)
strCurrency
- the _strCurrency to setvoid setDateBirth(Date dateBirth)
dateBirth
- the _dateBirth to setvoid setDateEndOfWorld(Date dateEndOfWorld)
dateEndOfWorld
- the _dateEndOfWorld to setvoid setDescription(String strDescription)
strDescription
- The Descriptionvoid setEmail(String strEmail)
strEmail
- The Emailvoid setIdObject(int nIdObject)
nIdObject
- The IdObjectvoid setName(String strName)
strName
- The Namevoid setPercent(BigDecimal percent)
percent
- the _percent to setvoid setSalary(BigDecimal salary)
salary
- the _salary to setvoid setUrl(String strUrl)
String getUrl()
Copyright © 2020 City of Paris. All rights reserved.