org.entityfs.cap.entityattrs
Interface CreationTimeAttributes

All Superinterfaces:
Cloneable, CreationTimeConfigurable, EntityAttributes
All Known Implementing Classes:
NtfsAttributes, UnixAttributes

public interface CreationTimeAttributes
extends EntityAttributes, CreationTimeConfigurable

This interface combines the EntityAttributes and CreationTimeConfigurable interfaces to define entity attributes that can be configured with a creation time.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-entity_attributes

Method Summary
 boolean equalsExceptForCreationTime(Object o)
          Check if this attribute object is equal to the supplied object except for the creation time.
 
Methods inherited from interface org.entityfs.cap.entityattrs.EntityAttributes
clone
 
Methods inherited from interface org.entityfs.entityattrs.CreationTimeConfigurable
getCreationTime, setCreationTime
 

Method Detail

equalsExceptForCreationTime

boolean equalsExceptForCreationTime(Object o)
Check if this attribute object is equal to the supplied object except for the creation time.

Parameters:
o - The other attribute object.
Returns:
true if the attribute objects are equals in all attributes except for the creation time.