Package net.tangly.erp.agile.model
Class Sprint
java.lang.Object
net.tangly.core.MutalbeExternalEntityImp
net.tangly.erp.agile.model.Sprint
- All Implemented Interfaces:
net.tangly.core.ExternalEntity,net.tangly.core.HasComments,net.tangly.core.HasDate,net.tangly.core.HasDateRange,net.tangly.core.HasId,net.tangly.core.HasMutableComments,net.tangly.core.HasMutableDate,net.tangly.core.HasMutableDateRange,net.tangly.core.HasMutableId,net.tangly.core.HasMutableName,net.tangly.core.HasMutableTags,net.tangly.core.HasMutableText,net.tangly.core.HasName,net.tangly.core.HasTags,net.tangly.core.HasText,net.tangly.core.MutableExternalEntity
public class Sprint
extends net.tangly.core.MutalbeExternalEntityImp
implements net.tangly.core.MutableExternalEntity, net.tangly.core.HasMutableDateRange
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.tangly.core.HasDate
net.tangly.core.HasDate.IntervalFilter<T extends net.tangly.core.HasDate>Nested classes/interfaces inherited from interface net.tangly.core.HasDateRange
net.tangly.core.HasDateRange.RangeFilter<T extends net.tangly.core.HasDateRange>Nested classes/interfaces inherited from interface net.tangly.core.HasMutableDate
net.tangly.core.HasMutableDate.IntervalFilter<T extends net.tangly.core.HasMutableDate> -
Field Summary
Fields inherited from interface net.tangly.core.HasDateRange
FROM, TOFields inherited from interface net.tangly.core.HasId
IDFields inherited from interface net.tangly.core.HasMutableName
NAMEFields inherited from interface net.tangly.core.HasName
NAMEFields inherited from interface net.tangly.core.HasText
TEXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.tangly.core.MutalbeExternalEntityImp
add, add, clear, comments, comments, date, date, equals, hashCode, id, id, name, name, remove, remove, tags, tags, text, textMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.tangly.core.HasComments
comments, findByAuthor, findByTag, findByTimeMethods inherited from interface net.tangly.core.HasDate
dateMethods inherited from interface net.tangly.core.HasDateRange
from, isActive, isActive, toMethods inherited from interface net.tangly.core.HasId
idMethods inherited from interface net.tangly.core.HasMutableComments
add, addComments, comments, removeMethods inherited from interface net.tangly.core.HasMutableDate
dateMethods inherited from interface net.tangly.core.HasMutableId
idMethods inherited from interface net.tangly.core.HasMutableName
nameMethods inherited from interface net.tangly.core.HasMutableTags
add, addTags, clear, rawTags, remove, removeTagNamed, tags, update, updateMethods inherited from interface net.tangly.core.HasMutableText
textMethods inherited from interface net.tangly.core.HasName
nameMethods inherited from interface net.tangly.core.HasTags
containsTag, containsTag, findBy, findBy, findByNamespace, rawTags, tags, valueMethods inherited from interface net.tangly.core.HasText
text
-
Constructor Details
-
Sprint
-
-
Method Details
-
range
public net.tangly.core.DateRange range()- Specified by:
rangein interfacenet.tangly.core.HasDateRange
-
range
public void range(@NotNull @NotNull net.tangly.core.DateRange range) - Specified by:
rangein interfacenet.tangly.core.HasMutableDateRange
-
from
- Specified by:
fromin interfacenet.tangly.core.HasMutableDateRange
-
to
- Specified by:
toin interfacenet.tangly.core.HasMutableDateRange
-