public class DateBasedEffectivityDTO extends EffectivityDTO implements Serializable
EffectivityDTO.TypeEffectivityEnum| Constructor and Description |
|---|
DateBasedEffectivityDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ConfigurationItemKey |
getConfigurationItemKey()
Configuration Item Key linked to the effectivity
|
String |
getDescription()
Description of the effectivity
|
Date |
getEndDate()
End date of the Effectivity
|
String |
getEndLotId()
End number of the Lot
|
String |
getEndNumber()
End number of the Serial Number
|
Integer |
getId()
Id of the effectivity
|
String |
getName()
Name of the effectivity
|
Date |
getStartDate()
Start date of the Effectivity
|
String |
getStartLotId()
Start number of the Lot
|
String |
getStartNumber()
Start number of the Serial Number
|
int |
hashCode() |
void |
setConfigurationItemKey(ConfigurationItemKey configurationItemKey) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setEndLotId(String endLotId) |
void |
setEndNumber(String endNumber) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setStartDate(Date startDate) |
void |
setStartLotId(String startLotId) |
void |
setStartNumber(String startNumber) |
String |
toString() |
getTypeEffectivity, setTypeEffectivitypublic String getStartNumber()
getStartNumber in class EffectivityDTOpublic void setStartNumber(String startNumber)
setStartNumber in class EffectivityDTOpublic Date getEndDate()
getEndDate in class EffectivityDTOpublic void setEndDate(Date endDate)
setEndDate in class EffectivityDTOpublic String getStartLotId()
getStartLotId in class EffectivityDTOpublic void setStartLotId(String startLotId)
setStartLotId in class EffectivityDTOpublic String getName()
getName in class EffectivityDTOpublic void setName(String name)
setName in class EffectivityDTOpublic ConfigurationItemKey getConfigurationItemKey()
getConfigurationItemKey in class EffectivityDTOpublic void setConfigurationItemKey(ConfigurationItemKey configurationItemKey)
setConfigurationItemKey in class EffectivityDTOpublic String getDescription()
getDescription in class EffectivityDTOpublic void setDescription(String description)
setDescription in class EffectivityDTOpublic String getEndNumber()
getEndNumber in class EffectivityDTOpublic void setEndNumber(String endNumber)
setEndNumber in class EffectivityDTOpublic String getEndLotId()
getEndLotId in class EffectivityDTOpublic void setEndLotId(String endLotId)
setEndLotId in class EffectivityDTOpublic Integer getId()
getId in class EffectivityDTOpublic void setId(Integer id)
setId in class EffectivityDTOpublic Date getStartDate()
getStartDate in class EffectivityDTOpublic void setStartDate(Date startDate)
setStartDate in class EffectivityDTOpublic boolean equals(Object o)
equals in class EffectivityDTOpublic int hashCode()
hashCode in class EffectivityDTOpublic String toString()
toString in class EffectivityDTOCopyright © 2019 DocDoku. All rights reserved.