Package wt.eff

Interface DateEff

All Superinterfaces:
wt.fc.adminlock._AdministrativelyLockable, wt.eff._DateEff, wt.eff._Eff, wt.eff.form._EffForm, wt.eff._EffRecord, wt.ufid._Federatable, wt.federation._FederatedLinkHolder, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.esi._Releasable, wt.federation._RemotelyLinkable, AdministrativelyLockable, Eff, EffForm, EffRecord, wt.ufid.Federatable, wt.federation.FederatedLinkHolder, NetFactor, ObjectMappable, Persistable, Releasable, wt.federation.RemotelyLinkable, Serializable

@GenAsPersistable(interfaces=Eff.class, extendable=false, properties=@GeneratedProperty(name="range",type=DateEffRange.class,supportedAPI=PUBLIC,javaDoc="The DateEffRange for this DateEff.",constraints=@PropertyConstraints(required=true)), foreignKeys=@GeneratedForeignKey(name="DateEffEffConfigurationItem",myRoleIsRoleA=true,foreignKeyRole=@ForeignKeyRole(name="effContext",type=EffContext.class,cascade=false,constraints=@PropertyConstraints(required=false),javaDoc="The context, constrained as an EffConfigurationItem."),myRole=@MyRole(name="eff"))) public interface DateEff extends wt.eff._DateEff
An Eff based on an EffContext and a date range.

Supported API: true

Extendable: false