(final Iterable<ZoneType> zones)
| 140 | set(TrackableProperty.Zone, c.getZone() == null ? null : c.getZone().getZoneType()); |
| 141 | } |
| 142 | public boolean isInZone(final Iterable<ZoneType> zones) { |
| 143 | return Iterables.contains(zones, getZone()); |
| 144 | } |
| 145 | |
| 146 | public boolean isCloned() { |
| 147 | return get(TrackableProperty.Cloned); |
no test coverage detected