de.fhhannover.inform.trust.ifmapj.messages
Interface PublishUpdate

All Superinterfaces:
IdentifierHolder, MetadataHolder, PublishElement

public interface PublishUpdate
extends PublishElement, IdentifierHolder, MetadataHolder

Interface that represents a publish update operation

Author:
aw

Method Summary
 MetadataLifetime getLifeTime()
           
 void setLifeTime(MetadataLifetime lt)
           
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.MetadataHolder
addMetadata, getMetadata
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
getIdentifier, getIdentifier1, getIdentifier2, holdsLink, setIdentifier1, setIdentifier2
 

Method Detail

setLifeTime

void setLifeTime(MetadataLifetime lt)
Parameters:
lt - set the lifetime for the metadata in this update.
Throws:
NullPointerException - if the given lifetime is null.

getLifeTime

MetadataLifetime getLifeTime()
Returns:
the lifetime for the metadata in this update.


Copyright © 2012 Trust@FHH. All Rights Reserved.