Class ServiceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.ServiceDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ServiceDetailServiceDetail
(ServiceDetailValue value, EntityPermission entityPermission) Creates a new instance of ServiceDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getPort()
boolean
getProtocol
(EntityPermission entityPermission) getProtocol
(Session session) getProtocol
(Session session, EntityPermission entityPermission) getProtocolForUpdate
(Session session) boolean
getService
(EntityPermission entityPermission) getService
(Session session) getService
(Session session, EntityPermission entityPermission) getServiceForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
setProtocol
(Protocol entity) void
setProtocolPK
(ProtocolPK protocolPK) void
setService
(Service entity) void
void
setServiceName
(String serviceName) void
setServicePK
(ServicePK servicePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ServiceDetail
Creates a new instance of ServiceDetail- Throws:
PersistenceException
-
ServiceDetail
Creates a new instance of ServiceDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getServiceDetailValue
-
setServiceDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getServicePK
-
getService
-
getService
-
getService
-
getService
-
getServiceForUpdate
-
getServiceForUpdate
-
setServicePK
public void setServicePK(ServicePK servicePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setService
-
getServicePKHasBeenModified
-
getServiceName
-
setServiceName
public void setServiceName(String serviceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getServiceNameHasBeenModified
-
getPort
-
setPort
-
getPortHasBeenModified
-
getProtocolPK
-
getProtocol
-
getProtocol
-
getProtocol
-
getProtocol
-
getProtocolForUpdate
-
getProtocolForUpdate
-
setProtocolPK
public void setProtocolPK(ProtocolPK protocolPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setProtocol
-
getProtocolPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-