Package nis.svc.mdl.api
Interface ModelEntities.Composites.Item
-
- Enclosing interface:
- ModelEntities.Composites
public static interface ModelEntities.Composites.Item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasAppends()
java.lang.String
id()
java.lang.String
industryId()
double
marketCap()
ModelEntities.MemberRow[]
members()
java.lang.String
name()
double
price()
java.lang.String
weightType()
-
-
-
Method Detail
-
id
java.lang.String id()
-
name
java.lang.String name()
-
industryId
java.lang.String industryId()
-
price
double price()
-
marketCap
double marketCap()
-
weightType
java.lang.String weightType()
-
members
ModelEntities.MemberRow[] members()
-
hasAppends
boolean hasAppends()
-
-