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, setTypeEffectivity
public String getStartNumber()
getStartNumber
in class EffectivityDTO
public void setStartNumber(String startNumber)
setStartNumber
in class EffectivityDTO
public Date getEndDate()
getEndDate
in class EffectivityDTO
public void setEndDate(Date endDate)
setEndDate
in class EffectivityDTO
public String getStartLotId()
getStartLotId
in class EffectivityDTO
public void setStartLotId(String startLotId)
setStartLotId
in class EffectivityDTO
public String getName()
getName
in class EffectivityDTO
public void setName(String name)
setName
in class EffectivityDTO
public ConfigurationItemKey getConfigurationItemKey()
getConfigurationItemKey
in class EffectivityDTO
public void setConfigurationItemKey(ConfigurationItemKey configurationItemKey)
setConfigurationItemKey
in class EffectivityDTO
public String getDescription()
getDescription
in class EffectivityDTO
public void setDescription(String description)
setDescription
in class EffectivityDTO
public String getEndNumber()
getEndNumber
in class EffectivityDTO
public void setEndNumber(String endNumber)
setEndNumber
in class EffectivityDTO
public String getEndLotId()
getEndLotId
in class EffectivityDTO
public void setEndLotId(String endLotId)
setEndLotId
in class EffectivityDTO
public Integer getId()
getId
in class EffectivityDTO
public void setId(Integer id)
setId
in class EffectivityDTO
public Date getStartDate()
getStartDate
in class EffectivityDTO
public void setStartDate(Date startDate)
setStartDate
in class EffectivityDTO
public boolean equals(Object o)
equals
in class EffectivityDTO
public int hashCode()
hashCode
in class EffectivityDTO
public String toString()
toString
in class EffectivityDTO
Copyright © 2019 DocDoku. All rights reserved.