com.proschedule.core.persistence.model
Class SetDetail

java.lang.Object
  extended by 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
 
Method Summary
 LeadTime getLeadTime()
           
 java.lang.String getLeadTimeType()
           
 java.lang.Double getLeadTimeValue()
           
 java.lang.Integer getOrder()
           
 SetDetailKey getPrimaryKey()
           
 void setLeadTime(LeadTime leadTime)
           
 void setLeadTimeType(java.lang.String leadTimeType)
           
 void setLeadTimeValue(java.lang.Double leadTimeValue)
           
 void setOrder(java.lang.Integer order)
           
 void setPrimaryKey(SetDetailKey primaryKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetDetail

public SetDetail()
Construtor da Classe

Method Detail

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