org.solovyev.android
Class APropertyImpl

java.lang.Object
  extended by org.solovyev.common.JObject
      extended by org.solovyev.android.APropertyImpl
All Implemented Interfaces:
android.os.Parcelable, Serializable, Cloneable, AProperty, org.solovyev.common.JCloneable<AProperty>

public class APropertyImpl
extends org.solovyev.common.JObject
implements AProperty

User: serso Date: 5/30/12 Time: 7:17 PM

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
APropertyImpl()
           
 
Method Summary
 APropertyImpl clone()
           
 int describeContents()
           
 boolean equals(Object o)
           
static AProperty fromParcel(android.os.Parcel in)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
static AProperty newInstance(String name, String value)
           
 void writeToParcel(android.os.Parcel out, int flags)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APropertyImpl

public APropertyImpl()
Method Detail

fromParcel

@NotNull
public static AProperty fromParcel(@NotNull
                                           android.os.Parcel in)

newInstance

@NotNull
public static AProperty newInstance(@NotNull
                                            String name,
                                            @Nullable
                                            String value)

getName

@NotNull
public String getName()
Specified by:
getName in interface AProperty

getValue

@Nullable
public String getValue()
Specified by:
getValue in interface AProperty

describeContents

public int describeContents()
Specified by:
describeContents in interface android.os.Parcelable

writeToParcel

public void writeToParcel(@NotNull
                          android.os.Parcel out,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable

clone

@NotNull
public APropertyImpl clone()
Specified by:
clone in interface org.solovyev.common.JCloneable<AProperty>
Overrides:
clone in class org.solovyev.common.JObject

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.