Class Product

java.lang.Object
net.tangly.core.MutableExternalEntityImp
net.tangly.erp.agile.model.Product
All Implemented Interfaces:
net.tangly.core.ExternalEntity, net.tangly.core.HasComments, net.tangly.core.HasDate, 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 Product extends net.tangly.core.MutableExternalEntityImp implements net.tangly.core.MutableExternalEntity
  • 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.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.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

    Constructors
    Constructor
    Description
    Product(@NotNull String id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(@NotNull Feature feature)
     
     
     
    boolean
    remove(@NotNull Feature feature)
     

    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.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

    • Product

      public Product(@NotNull @NotNull String id)
  • Method Details