|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityAttributes
This interface is the base interface for the declaration of different entity attributes, such as NTFS or Unix attributes.
Implementations of this interface should provide custom equals
and
hashCode
methods. They are used to decide if an attributes object
have been modified from its previous value and should be saved to disk when
the client calls ECEntityAttributes.setAttributes(EntityAttributes)
.
Read more about entity attributes in the ECEntityAttributes
documentation.
ECEntityAttributes
Method Summary | |
---|---|
Object |
clone()
The Cloneable interface does not make the clone() method
visible. |
Method Detail |
---|
Object clone()
Cloneable
interface does not make the clone()
method
visible. This declaration does.
Cloneable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |