Class Sprint
java.lang.Object
net.tangly.core.MutableExternalEntityImp
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.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.MutableExternalEntityImp
implements net.tangly.core.MutableExternalEntity, net.tangly.core.HasDateRange
-
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.HasDate
DATE
Fields inherited from interface net.tangly.core.HasDateRange
FROM, TO
Fields inherited from interface net.tangly.core.HasId
ID
Fields inherited from interface net.tangly.core.HasMutableName
NAME
Fields inherited from interface net.tangly.core.HasName
NAME
Fields inherited from interface net.tangly.core.HasTags
TAGS
Fields inherited from interface net.tangly.core.HasText
TEXT
-
Constructor Summary
-
Method Summary
Methods inherited from class net.tangly.core.MutableExternalEntityImp
add, add, clear, comments, comments, date, date, equals, hashCode, id, id, name, name, remove, remove, tags, tags, text, text
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.tangly.core.HasComments
comments, findByAuthor, findByTag, findByTime
Methods inherited from interface net.tangly.core.HasDate
date
Methods inherited from interface net.tangly.core.HasDateRange
from, isActive, isActive, to
Methods inherited from interface net.tangly.core.HasId
id
Methods inherited from interface net.tangly.core.HasMutableComments
add, addComments, comments, remove
Methods inherited from interface net.tangly.core.HasMutableDate
date
Methods inherited from interface net.tangly.core.HasMutableId
id
Methods inherited from interface net.tangly.core.HasMutableName
name
Methods inherited from interface net.tangly.core.HasMutableTags
add, addTags, clear, rawTags, remove, removeTagNamed, tags, update, update
Methods inherited from interface net.tangly.core.HasMutableText
text
Methods inherited from interface net.tangly.core.HasName
name
Methods inherited from interface net.tangly.core.HasTags
containsTag, containsTag, findBy, findBy, findByNamespace, rawTags, tags, value, value
Methods inherited from interface net.tangly.core.HasText
text
-
Constructor Details
-
Sprint
-
-
Method Details
-
range
public net.tangly.core.DateRange range()- Specified by:
range
in interfacenet.tangly.core.HasDateRange
-