Class ServiceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ServiceDetailPK>
com.echothree.model.data.core.server.value.ServiceDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ServiceDetailValue
extends BaseValue<ServiceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionServiceDetailValue
(ServiceDetailPK serviceDetailPK, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValueServiceDetailValue
(ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
getPort()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
setProtocolPK
(ProtocolPK protocolPK) void
setServiceName
(String serviceName) void
setServicePK
(ServicePK servicePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ServiceDetailValue
public ServiceDetailValue(ServiceDetailPK serviceDetailPK, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ServiceDetailValue- Throws:
PersistenceNotNullException
-
ServiceDetailValue
public ServiceDetailValue(ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ServiceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ServiceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ServiceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ServiceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ServiceDetailPK>
-
getServicePK
-
setServicePK
- Throws:
PersistenceNotNullException
-
getServicePKHasBeenModified
-
getServiceName
-
setServiceName
- Throws:
PersistenceNotNullException
-
getServiceNameHasBeenModified
-
getPort
-
setPort
- Throws:
PersistenceNotNullException
-
getPortHasBeenModified
-
getProtocolPK
-
setProtocolPK
- Throws:
PersistenceNotNullException
-
getProtocolPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-