Interface IncomingPolicy
- All Superinterfaces:
ecmwf.web.model.ModelBean
- All Known Implementing Classes:
IncomingPolicyBean
public interface IncomingPolicy
extends ecmwf.web.model.ModelBean
The Interface IncomingPolicy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the destination.void
Delete destination.boolean
Gets the active.Gets the associated destinations.Gets the comment.Gets the completions.getData()
Gets the data.getId()
Gets the id.Gets the properties.void
setActive
(boolean active) Sets the active.void
setComment
(String comment) Sets the comment.void
Sets the data.void
Sets the id.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getIntId, insert, insert, isNew, save, save
-
Method Details
-
getId
-
getComment
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
getData
-
getProperties
-
getCompletions
-
setId
-
setComment
-
setActive
void setActive(boolean active) Sets the active.- Parameters:
active
- the new active
-
setData
-
addDestination
-
deleteDestination
-
getAssociatedDestinations
Gets the associated destinations.- Returns:
- the associated destinations
- Throws:
TransferException
- the transfer exception
-