com.semarchy.mdm.runtime.model.logical
Interface IRuntimeEntityRetention

All Superinterfaces:
Serializable

public interface IRuntimeEntityRetention
extends Serializable


Method Summary
 Integer getDuration()
          Getter for owned property Duration:
 String getEntityName()
           
 String getEntityPhysicalName()
           
 RetentionType getType()
          Getter for owned property Type:
 RetentionTimeUnit getUnit()
          Getter for owned property Unit:
 boolean isEntitySDPK()
           
 

Method Detail

getType

RetentionType getType()

Getter for owned property Type:

Indicates how data history is retained

Returns:
value of this property

getUnit

RetentionTimeUnit getUnit()

Getter for owned property Unit:

Time unit

Returns:
value of this property

getDuration

Integer getDuration()

Getter for owned property Duration:

Time duration

Returns:
value of this property

getEntityName

String getEntityName()

isEntitySDPK

boolean isEntitySDPK()

getEntityPhysicalName

String getEntityPhysicalName()


Copyright © 2015. All Rights Reserved.