Package Models
Class FirstLevelDivision
java.lang.Object
Models.FirstLevelDivision
A class representing the FirstLevelDivision object
-
Constructor Summary
ConstructorsConstructorDescriptionFirstLevelDivision(int divisionId, String division, LocalDateTime createDate, String createdBy, LocalDateTime lastUpdate, String lastUpdatedBy, int countryID) Constructor method for the FirstLevelDivision object -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetCountryId(int countryID) voidsetCreateDate(LocalDateTime createDate) voidsetCreatedBy(String createdBy) voidsetDivision(String division) voidsetDivisionId(int divisionId) voidsetLastUpdate(LocalDateTime lastUpdate) voidsetLastUpdatedBy(String lastUpdatedBy) toString()
-
Constructor Details
-
FirstLevelDivision
public FirstLevelDivision(int divisionId, String division, LocalDateTime createDate, String createdBy, LocalDateTime lastUpdate, String lastUpdatedBy, int countryID) Constructor method for the FirstLevelDivision object- Parameters:
divisionId- the divisionId integer value to be set on the FirstLevelDivision objectdivision- the division string value to be set on the FirstLevelDivision objectcreateDate- the createDate LocalDateTime value to be set on the FirstLevelDivision objectcreatedBy- the createdBy string value to be set on the FirstLevelDivision objectlastUpdate- the lastUpdate LocalDateTime value to be set on the FirstLevelDivision objectlastUpdatedBy- the lastUpdatedBy string value to be set on the FirstLevelDivision objectcountryID- the countryId integer value to be set on the FirstLevelDivision object
-
-
Method Details
-
getDivisionId
public int getDivisionId()- Returns:
- the divisionId integer value on the FirstLevelDivision object
-
getDivision
- Returns:
- the division string value on the FirstLevelDivision object
-
getCreateDate
- Returns:
- the createDate LocalDateTime value on the FirstLevelDivision object
-
getCreatedBy
- Returns:
- the createdBy string value on the FirstLevelDivision object
-
getLastUpdate
- Returns:
- the lastUpdate LocalDateTime value on the FirstLevelDivision object
-
getLastUpdatedBy
- Returns:
- the lastUpdatedBy string value on the FirstLevelDivision object
-
getCountryId
public int getCountryId()- Returns:
- the countryId integer value on the FirstLevelDivision object
-
setDivisionId
public void setDivisionId(int divisionId) - Parameters:
divisionId- the divisionId integer value to be set on the FirstLevelDivision object
-
setDivision
- Parameters:
division- the division string value to be set on the FirstLevelDivision object
-
setCreateDate
- Parameters:
createDate- the createDate LocalDateTime value to be set on the FirstLevelDivision object
-
setCreatedBy
- Parameters:
createdBy- the createdBy string value to be set on the FirstLevelDivision object
-
setLastUpdate
- Parameters:
lastUpdate- the lastUpdate LocalDateTime value to be set on the FirstLevelDivision object
-
setLastUpdatedBy
- Parameters:
lastUpdatedBy- the lastUpdatedBy string value to be set on the FirstLevelDivision object
-
setCountryId
public void setCountryId(int countryID) - Parameters:
countryID- the countryId integer value to be set on the FirstLevelDivision object
-
toString
-