com.proschedule.core.persistence.model
Class SetDetail
java.lang.Object
com.proschedule.core.persistence.model.SetDetail
- All Implemented Interfaces:
- java.io.Serializable
public class SetDetail
- extends java.lang.Object
- implements java.io.Serializable
Detalhamento de um Conjunto - informa uma operação
pela qual o conjunto passa, o tempo que leva para fazer ela
e a ordem em que acontece.
- See Also:
- Serialized Form
Constructor Summary |
SetDetail()
Construtor da Classe |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetDetail
public SetDetail()
- Construtor da Classe
getPrimaryKey
public SetDetailKey getPrimaryKey()
- Returns:
- the primaryKey
setPrimaryKey
public void setPrimaryKey(SetDetailKey primaryKey)
- Parameters:
primaryKey
- the primaryKey to set
getLeadTime
public LeadTime getLeadTime()
- Returns:
- the leadTime
setLeadTime
public void setLeadTime(LeadTime leadTime)
- Parameters:
leadTime
- the leadTime to set
getOrder
public java.lang.Integer getOrder()
- Returns:
- the order
setOrder
public void setOrder(java.lang.Integer order)
- Parameters:
order
- the order to set
getLeadTimeValue
public java.lang.Double getLeadTimeValue()
- Returns:
- the leadTimeValue
setLeadTimeValue
public void setLeadTimeValue(java.lang.Double leadTimeValue)
- Parameters:
leadTimeValue
- the leadTimeValue to set
getLeadTimeType
public java.lang.String getLeadTimeType()
- Returns:
- the leadTimeType
setLeadTimeType
public void setLeadTimeType(java.lang.String leadTimeType)
- Parameters:
leadTimeType
- the leadTimeType to set